Commit 2ab0ee39 authored by Angelo Gulina's avatar Angelo Gulina

Fix punctuation on help line

Changelog: fixed
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67742
EE: true
parent e8633570
...@@ -57,8 +57,8 @@ export default { ...@@ -57,8 +57,8 @@ export default {
data-testid="activate-subscription-link" data-testid="activate-subscription-link"
:href="$options.links.activateSubscriptionUrl" :href="$options.links.activateSubscriptionUrl"
target="_blank" target="_blank"
>{{ content }} >{{ content }}</gl-link
</gl-link> >
</template> </template>
</gl-sprintf> </gl-sprintf>
</p> </p>
......
...@@ -88,8 +88,8 @@ export default { ...@@ -88,8 +88,8 @@ export default {
:href="$options.links.troubleshootingHelpLink" :href="$options.links.troubleshootingHelpLink"
target="_blank" target="_blank"
class="gl-text-decoration-none!" class="gl-text-decoration-none!"
>{{ content }} >{{ content }}</gl-link
</gl-link> >
</template> </template>
</gl-sprintf> </gl-sprintf>
</gl-alert> </gl-alert>
......
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