diff --git a/lnbits/core/templates/core/first_install.html b/lnbits/core/templates/core/first_install.html index a98cb44ce..99a0b6243 100644 --- a/lnbits/core/templates/core/first_install.html +++ b/lnbits/core/templates/core/first_install.html @@ -38,7 +38,7 @@ :type="loginData.isPwdRepeat ? 'password' : 'text'" autocomplete="off" :label="$t('password_repeat')" - :rules="[(val) => !val || val.length >= 8 || $t('invalid_password'), (val) => val === loginData.password || 'Passwords_dont_match']" + :rules="[(val) => !val || val.length >= 8 || $t('invalid_password'), (val) => val === loginData.password || $t('invalid_password_repeat')]" >