mirror of https://github.com/go-gitea/gitea.git
Fix typo when updating email address (#27789)
- correct text that is shown when attempting to change an email address
This commit is contained in:
parent
7a286e4753
commit
46dd02702d
|
@ -2856,7 +2856,7 @@ emails.updated = Email updated
|
|||
emails.not_updated = Failed to update the requested email address: %v
|
||||
emails.duplicate_active = This email address is already active for a different user.
|
||||
emails.change_email_header = Update Email Properties
|
||||
emails.change_email_text = Are your sure you want to update this email address?
|
||||
emails.change_email_text = Are you sure you want to update this email address?
|
||||
|
||||
orgs.org_manage_panel = Organization Management
|
||||
orgs.name = Name
|
||||
|
|
Loading…
Reference in New Issue