mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
refactor: better translation formatting
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user