mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-26 12:45:54 +00:00
i18n: fix sign up strings
To avoid conflicting with existing strings in translations. Also improve localizability.
This commit is contained in:
parent
629ca22a97
commit
577dc2d7d6
3 changed files with 4 additions and 5 deletions
|
@ -35,7 +35,7 @@
|
|||
{{if .ShowRegistrationButton}}
|
||||
<div class="inline field">
|
||||
<label></label>
|
||||
<a href="{{AppSubUrl}}/user/sign_up">{{ctx.Locale.Tr "auth.sign_up_now"}}</a>
|
||||
<a href="{{AppSubUrl}}/user/sign_up">{{ctx.Locale.Tr "auth.sign_up_button"}}</a>
|
||||
</div>
|
||||
{{end}}
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue