Commit bc3b895e authored by Savas Vedova's avatar Savas Vedova

Merge branch 'ag/fix-punctuation-cl' into 'master'

Fix space in punctuation for Cloud License

See merge request gitlab-org/gitlab!67742
parents 134afafa 2ab0ee39
...@@ -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