Skip to content

Commit

Permalink
Use "deselect" instead of "unselecet" for checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
hsnabszhdn committed Mar 24, 2024
1 parent ffe538b commit da00ac1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ On the "Notification settings" page, select "Email" or "Web" notifications. Opti

## Organization alerts notification options

If you're an organization owner, you'll receive email notifications by default when organization members add new deploy keys to repositories within the organization. You can unsubscribe from these notifications. On the notification settings page, under "Organization alerts", unselect **Email**.
If you're an organization owner, you'll receive email notifications by default when organization members add new deploy keys to repositories within the organization. You can unsubscribe from these notifications. On the notification settings page, under "Organization alerts", deselect **Email**.

## Managing your notification settings with {% data variables.product.prodname_mobile %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ shortTitle: Change access permissions

{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
1. Under Features, unselect **Restrict editing to collaborators only**.
1. Under Features, deselect **Restrict editing to collaborators only**.

## Further reading

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ When you turn off a wiki, the content is hidden, but not erased. If you choose t

{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
1. Under Features, unselect **Wikis**.
1. Under Features, deselect **Wikis**.

## Further reading

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can also manage repository discussions. For more information, see "[AUTOTITL
## Enabling or disabling {% data variables.product.prodname_discussions %} for your organization

{% data reusables.discussions.enabling-or-disabling-github-discussions-for-your-organization %}
1. To disable discussions, under "Discussions", unselect **Enable discussions for this organization**.
1. To disable discussions, under "Discussions", deselect **Enable discussions for this organization**.

## Further reading

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ shortTitle: Disable team discussions
{% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %}
{% data reusables.organizations.teams_sidebar %}
1. Under "Team discussions", unselect **Enable team discussions for this organization**.
1. Under "Team discussions", deselect **Enable team discussions for this organization**.
1. Click **Save**.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ If you enable the setting to always suggest updating pull request branches in yo

{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
1. Under "Pull Requests", select or unselect **Always suggest updating pull request branches**.
1. Under "Pull Requests", select or deselect **Always suggest updating pull request branches**.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Anyone with admin permissions to a repository can enable or disable the automati

{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
1. On the "General" settings page, you can find a section called "Pull Requests". Under "Pull Requests", select or unselect **Automatically delete head branches**.
1. On the "General" settings page, you can find a section called "Pull Requests". Under "Pull Requests", select or deselect **Automatically delete head branches**.

## Further reading

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ When you disable {% data variables.projects.projects_v2 %} in a repository, link

{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
1. Under "Features," unselect the **Projects** checkbox.
1. Under "Features," deselect the **Projects** checkbox.

{% ifversion projects-v1 %}## Disabling {% data variables.projects.projects_v1_boards %} in a repository{% endif %}

Check warning on line 30 in content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-projects-in-a-repository.md

View workflow job for this annotation

GitHub Actions / lint-content

Liquid `ifversion` (and `elsif`) should not always be true

The Liquid ifversion condition 'projects-v1' includes all possible versions and will always be true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ shortTitle: Discussions
## Enabling or disabling {% data variables.product.prodname_discussions %} for your repository

{% data reusables.discussions.enabling-or-disabling-github-discussions-for-your-repository %}
1. To disable discussions, under "Features", unselect **Discussions**.
1. To disable discussions, under "Features", deselect **Discussions**.

You can also use organization discussions to facilitate conversations that span multiple repositories in your organization. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization)."

Expand Down

0 comments on commit da00ac1

Please sign in to comment.