Commit 0654d603 authored by Scott Hampton's avatar Scott Hampton

Add namespace to text

Namespacing the translated texts just to make
sure they are translated correctly in our context.
parent 82d96269
......@@ -41,8 +41,10 @@ export default {
{{ __('New') }}
</div>
{{ issue.name }}
<a ref="accessibility-issue-learn-more" :href="learnMoreUrl">{{ __('Learn More') }}</a>
{{ __('Message: ') }}
<a ref="accessibility-issue-learn-more" :href="learnMoreUrl">{{
s__('AccessibilityReport|Learn More')
}}</a>
{{ s__('AccessibilityReport|Message: ') }}
{{ issue.message }}
</div>
</div>
......
......@@ -1024,6 +1024,12 @@ msgstr ""
msgid "AccessTokens|reset it"
msgstr ""
msgid "AccessibilityReport|Learn More"
msgstr ""
msgid "AccessibilityReport|Message: "
msgstr ""
msgid "Account"
msgstr ""
......@@ -12725,9 +12731,6 @@ msgstr ""
msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
msgstr ""
msgid "Message: "
msgstr ""
msgid "Messages"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment