diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5979b41b..265c07bac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml exclude: "mkdocs.yml" @@ -12,7 +12,7 @@ repos: exclude: ^tests/data/ - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.12.7 + rev: v0.12.8 hooks: - id: ruff - id: ruff-format diff --git a/frontend/pages/login.vue b/frontend/pages/login.vue index 6f30539be..4fe5ac94c 100644 --- a/frontend/pages/login.vue +++ b/frontend/pages/login.vue @@ -18,10 +18,20 @@ {{ $t('user.it-looks-like-this-is-your-first-time-logging-in') }}

- {{ $t('user.username') }}: changeme@example.com + {{ $t('user.username') }}: changeme@example.com +

- {{ $t('user.password') }}: MyPassword + {{ $t('user.password') }}: MyPassword +

{{ $t('user.dont-want-to-see-this-anymore-be-sure-to-change-your-email') }}