Skip to content

Commit

Permalink
Merge pull request #5078 from nextcloud-libraries/enh/a11y/42855/add-…
Browse files Browse the repository at this point in the history
…aria-label-to-help-circle

enh(a11y): added aria-label that matches title attr on icon
  • Loading branch information
raimund-schluessler committed Jan 16, 2024
2 parents 47f7498 + 4965d62 commit 07862b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcSettingsSection/NcSettingsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ This component is to be used in the settings section of nextcloud.
:href="docUrl"
class="settings-section__info"
:title="docNameTranslated"
:aria-label="docNameTranslated"
target="_blank"
rel="noreferrer nofollow">
<HelpCircle :size="20" />
Expand Down

0 comments on commit 07862b4

Please sign in to comment.