Skip to content

Commit 72ad6a3

Browse files
Use "deselect" instead of "unselecet" for checkboxes (#32199)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
1 parent a3ad060 commit 72ad6a3

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ On the "Notification settings" page, select "Email" or "Web" notifications. Opti
246246

247247
## Organization alerts notification options
248248

249-
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**.
249+
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**.
250250

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

content/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ shortTitle: Change access permissions
1616

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

2121
## Further reading
2222

content/communities/documenting-your-project-with-wikis/disabling-wikis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When you turn off a wiki, the content is hidden, but not erased. If you choose t
1717

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

2222
## Further reading
2323

content/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can also manage repository discussions. For more information, see "[AUTOTITL
1818
## Enabling or disabling {% data variables.product.prodname_discussions %} for your organization
1919

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

2323
## Further reading
2424

content/organizations/organizing-members-into-teams/disabling-team-discussions-for-your-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ shortTitle: Disable team discussions
2121
{% data reusables.profile.access_org %}
2222
{% data reusables.profile.org_settings %}
2323
{% data reusables.organizations.teams_sidebar %}
24-
1. Under "Team discussions", unselect **Enable team discussions for this organization**.
24+
1. Under "Team discussions", deselect **Enable team discussions for this organization**.
2525
1. Click **Save**.

content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ If you enable the setting to always suggest updating pull request branches in yo
1919

2020
{% data reusables.repositories.navigate-to-repo %}
2121
{% data reusables.repositories.sidebar-settings %}
22-
1. Under "Pull Requests", select or unselect **Always suggest updating pull request branches**.
22+
1. Under "Pull Requests", select or deselect **Always suggest updating pull request branches**.

content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Anyone with admin permissions to a repository can enable or disable the automati
1717

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

2222
## Further reading
2323

content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-projects-in-a-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When you disable {% data variables.projects.projects_v2 %} in a repository, link
2525

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

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

content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ shortTitle: Discussions
1515
## Enabling or disabling {% data variables.product.prodname_discussions %} for your repository
1616

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

2020
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)."
2121

0 commit comments

Comments
 (0)