refactor: better translation formatting

This commit is contained in:
Matt Kilgore
2024-08-04 13:11:27 -04:00
parent 005516013f
commit fdbfa0e76f
4 changed files with 50 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="py-4">
<p class="text-sm">{{ $t("password_strength") }}: {{ message }}</p>
<p class="text-sm">{{ $t("components.password_score.password_strength") }}: {{ message }}</p>
<progress
class="progress w-full progress-bar"
:value="score"