Add aria-labels to octicons (#55740)
This commit is contained in:
@@ -22,7 +22,7 @@ Repository administrators can enable rulesets for a branch to enforce specific c
|
||||
|
||||
## Choosing a branch and making changes
|
||||
|
||||
1. [Create a new branch](/desktop/making-changes-in-a-branch/managing-branches-in-github-desktop), or select an existing branch by clicking **{% octicon "git-branch" aria-hidden="true" %} Current Branch** on the toolbar and selecting the branch from the list.
|
||||
1. [Create a new branch](/desktop/making-changes-in-a-branch/managing-branches-in-github-desktop), or select an existing branch by clicking **{% octicon "git-branch" aria-hidden="true" aria-label="git-branch" %} Current Branch** on the toolbar and selecting the branch from the list.
|
||||
|
||||

|
||||
{% data reusables.desktop.make-changes %}
|
||||
|
||||
@@ -58,7 +58,7 @@ Repository administrators can also enable rulesets. Rulesets can be used to requ
|
||||
|
||||
If you create a branch in {% data variables.product.prodname_desktop %}, you'll need to publish the branch to make it available for collaboration on {% data variables.product.github %}.
|
||||
|
||||
1. In the repository bar, click **{% octicon "git-branch" aria-hidden="true" %} Current Branch**, then click the branch that you want to publish.
|
||||
1. In the repository bar, click **{% octicon "git-branch" aria-hidden="true" aria-label="git-branch" %} Current Branch**, then click the branch that you want to publish.
|
||||

|
||||
1. Click **Publish branch**.
|
||||

|
||||
@@ -70,7 +70,7 @@ You can view and make commits to any of your repository's branches. If you have
|
||||
> [!TIP]
|
||||
> You can set a default behavior for switching branches in the **Prompts** settings. For more information, see [AUTOTITLE](/desktop/configuring-and-customizing-github-desktop/configuring-basic-settings-in-github-desktop).
|
||||
|
||||
1. In the repository bar, click **{% octicon "git-branch" aria-hidden="true" %} Current Branch**, then click the branch that you want to switch to.
|
||||
1. In the repository bar, click **{% octicon "git-branch" aria-hidden="true" aria-label="git-branch" %} Current Branch**, then click the branch that you want to switch to.
|
||||

|
||||
1. If you have saved, uncommitted changes, in the "Switch Branch" window, select **Leave my changes on CURRENT-BRANCH** or **Bring my changes to NEW-BRANCH**, then click **Switch Branch**.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user