mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-22 08:42:32 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -2856,7 +2856,7 @@ emails.updated = Email updated
|
||||||
emails.not_updated = Failed to update the requested email address: %v
|
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.duplicate_active = This email address is already active for a different user.
|
||||||
emails.change_email_header = Update Email Properties
|
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.org_manage_panel = Organization Management
|
||||||
orgs.name = Name
|
orgs.name = Name
|
||||||
|
|
Loading…
Reference in a new issue