Fixes & Improvements for English locale

This commit is contained in:
0ko 2024-02-22 22:33:22 +05:00
parent e7a97a39a6
commit e5b5585ee2
33 changed files with 53 additions and 52 deletions

View file

@ -2,7 +2,7 @@
{{template "base/alert" .}}
{{end}}
<h4 class="ui top attached header center">
{{ctx.Locale.Tr "settings.change_password"}}
{{ctx.Locale.Tr "settings.update_password"}}
</h4>
<div class="ui attached segment">
<form class="ui form" action="{{.ChangePasscodeLink}}" method="post">
@ -17,7 +17,7 @@
</div>
<div class="inline field">
<label></label>
<button class="ui primary button">{{ctx.Locale.Tr "settings.change_password"}}</button>
<button class="ui primary button">{{ctx.Locale.Tr "settings.update_password"}}</button>
</div>
</form>
</div>

View file

@ -1,7 +1,7 @@
{{template "user/settings/layout_head" (dict "ctxData" . "pageClass" "user settings account")}}
<div class="user-setting-content">
<h4 class="ui top attached header">
{{ctx.Locale.Tr "settings.password"}}
{{ctx.Locale.Tr "settings.change_password"}}
</h4>
<div class="ui attached segment">
{{if or (.SignedUser.IsLocal) (.SignedUser.IsOAuth2)}}
@ -24,7 +24,7 @@
</div>
<div class="field">
<button class="ui primary button">{{ctx.Locale.Tr "settings.change_password"}}</button>
<button class="ui primary button">{{ctx.Locale.Tr "settings.update_password"}}</button>
<a href="{{AppSubUrl}}/user/forgot_password?email={{.Email}}">{{ctx.Locale.Tr "auth.forgot_password"}}</a>
</div>
</form>