Add translation

This commit is contained in:
Andrew 2023-07-05 21:51:15 -04:00
parent d2f56a6556
commit 345fee7e5d
2 changed files with 4 additions and 2 deletions

View File

@ -122,7 +122,8 @@
</div>
<div class="text-block text-center my-3">
<a href="/status" class="text-small forgot-password">View Public Status Page</a>
<a href="/status" class="text-small forgot-password">{{ translate('login', 'viewStatus',
data['lang']) }}</a>
</div>
</form>

View File

@ -203,7 +203,8 @@
"forgotPassword": "Forgot Password",
"login": "Log In",
"password": "Password",
"username": "Username"
"username": "Username",
"viewStatus": "View Public Status Page"
},
"notify": {
"activityLog": "Activity Logs",