Skip to content

Commit

Permalink
Merge pull request #4099 from nextcloud/Rello-patch-1
Browse files Browse the repository at this point in the history
target=_blank in NcSettingsSection.vue
  • Loading branch information
nickvergessen committed May 12, 2023
2 parents 905a30d + 42e2c02 commit 25967d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/NcSettingsSection/NcSettingsSection.vue
Expand Up @@ -50,7 +50,9 @@ This component is to be used in the settings section of nextcloud.
class="settings-section__info"
role="note"
:aria-label="docTitleTranslated"
:title="docTitleTranslated">
:title="docTitleTranslated"
target="_blank"
rel="noreferrer nofollow">
<HelpCircle :size="20" />
</a>
</h2>
Expand Down

0 comments on commit 25967d5

Please sign in to comment.