Skip to content

Commit 4729a0c

Browse files
authored
Fix a few aria labels (#37203)
1 parent 3227dba commit 4729a0c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ topics:
1212
redirect_from:
1313
- /admin/github-actions/using-the-latest-version-of-the-official-bundled-actions
1414
shortTitle: Use the latest bundled actions
15-
---
15+
---
1616
{% data reusables.actions.enterprise-github-hosted-runners %}
1717

1818
Your enterprise instance includes a number of built-in actions that you can use in your workflows. For more information about the bundled actions, see "[AUTOTITLE](/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise#official-actions-bundled-with-your-enterprise-instance)."
@@ -30,7 +30,7 @@ You can use {% data variables.product.prodname_github_connect %} to allow {% dat
3030
Once {% data variables.product.prodname_github_connect %} is configured, you can use the latest version of an action by deleting its local repository in the `actions` organization on your instance. For example, if your enterprise instance is using `v1` of the `actions/checkout` action, and you need to use `{% data reusables.actions.action-checkout %}` which isn't available on your enterprise instance, perform the following steps to be able to use the latest `checkout` action from {% data variables.product.prodname_dotcom_the_website %}:
3131

3232
1. From an enterprise owner account on {% data variables.product.product_name %}, navigate to the repository you want to delete from the *actions* organization (in this example `checkout`).
33-
1. By default, site administrators are not owners of the bundled *actions* organization. To get the access required to delete the `checkout` repository, you must use the site admin tools. Click {% octicon "rocket" aria-hidden="true" %} in the upper-right corner of any page in that repository.
33+
1. By default, site administrators are not owners of the bundled *actions* organization. To get the access required to delete the `checkout` repository, you must use the site admin tools. Click {% octicon "rocket" aria-label="Site admin" %} in the upper-right corner of any page in that repository.
3434
1. Click {% octicon "shield-lock" aria-hidden="true" %} **Security** to see an overview of the security for the repository.
3535

3636
![Screenshot of the site admin details for a repository. The "Security" link is highlighted with an orange outline.](/assets/images/enterprise/site-admin-settings/access-repo-security-info.png)

content/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can map a team in your enterprise to an Okta group you previously pushed to
6565

6666
Enterprise owners can use the site admin dashboard to check how Okta groups are mapped to teams on {% data variables.product.prodname_ghe_managed %}.
6767

68-
1. To access the dashboard, in the upper-right corner of any page, click {% octicon "rocket" aria-hidden="true" %}.
68+
1. To access the dashboard, in the upper-right corner of any page, click {% octicon "rocket" aria-label="Site admin" %}.
6969
1. In the left pane, click **External groups**.
7070
1. To view more details about a group, in the list of external groups, click on a group.
7171
1. The group's details includes the name of the Okta group, a list of the Okta users that are members of the group, and the corresponding mapped team on {% data variables.product.prodname_ghe_managed %}.

content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Push log entries show:
3131

3232
1. Sign into {% data variables.product.prodname_ghe_server %} as a site administrator.
3333
1. Navigate to a repository.
34-
1. In the upper-right corner of the repository's page, click {% octicon "rocket" aria-hidden="true" %}.
34+
1. In the upper-right corner of the repository's page, click {% octicon "rocket" aria-label="Site admin" %}.
3535
{% data reusables.enterprise_site_admin_settings.security-tab %}
3636
1. In the left sidebar, click **Push Log**.
3737

0 commit comments

Comments
 (0)