1
0

Fixed lack of space around verffication name in ConfirmModal (#3258)

Signed-off-by: Jakob <minenash@protonmail.com>
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
Jakob
2025-02-16 21:59:26 -05:00
committed by GitHub
parent 81d34dfa86
commit bbb917c405

View File

@@ -10,7 +10,7 @@
<label v-if="hasToType" for="confirmation" class="confirmation-label">
<span>
<strong>To verify, type</strong>
<em class="confirmation-text">{{ confirmationText }}</em>
<em class="confirmation-text"> {{ confirmationText }} </em>
<strong>below:</strong>
</span>
</label>