mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 04:12:10 +00:00
Support delete user email in admin panel (#31690)
   --------- Co-authored-by: Jason Song <i@wolfogre.com> (cherry picked from commit cc044818c33ff066c4e5869c9e75de9707def6ed)
This commit is contained in:
parent
3d1b8f47c0
commit
d0e52fd641
5 changed files with 54 additions and 0 deletions
|
@ -3094,6 +3094,10 @@ 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 you sure you want to update this email address?
|
||||
emails.delete = Delete Email
|
||||
emails.delete_desc = Are you sure you want to delete this email address?
|
||||
emails.deletion_success = The email address has been deleted.
|
||||
emails.delete_primary_email_error = You can not delete the primary email.
|
||||
|
||||
orgs.org_manage_panel = Manage organizations
|
||||
orgs.name = Name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue