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 {
data-testid="activate-subscription-link"
:href="$options.links.activateSubscriptionUrl"
target="_blank"
>{{ content }}
</gl-link>
>{{ content }}</gl-link
>
</template>
</gl-sprintf>
</p>
......
......@@ -88,8 +88,8 @@ export default {
:href="$options.links.troubleshootingHelpLink"
target="_blank"
class="gl-text-decoration-none!"
>{{ content }}
</gl-link>
>{{ content }}</gl-link
>
</template>
</gl-sprintf>
</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