Commit 1a7a10a6 authored by atanayno's avatar atanayno Committed by Ezekiel Kigbo

Fix prettier error message

parent 29326766
...@@ -117,7 +117,7 @@ export default { ...@@ -117,7 +117,7 @@ export default {
<p> <p>
<gl-sprintf :message="s__('AdminUsers|To confirm, type %{username}')"> <gl-sprintf :message="s__('AdminUsers|To confirm, type %{username}')">
<template #username> <template #username>
<code class=gl-white-space-pre-wrap>{{ username }}</code> <code class="gl-white-space-pre-wrap">{{ username }}</code>
</template> </template>
</gl-sprintf> </gl-sprintf>
</p> </p>
......
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