Commit 29326766 authored by Alexander Tanayno's avatar Alexander Tanayno Committed by Ezekiel Kigbo

Fix delete user message not showing spaces

parent 0f579df4
...@@ -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>{{ 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