mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
modify grammar undo -> undone
This commit is contained in:
parent
033a7f0224
commit
8d2fe064c5
1 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ unbind = Unbind
|
|||
unbind_success = Social account has been unbound.
|
||||
|
||||
delete_account = Delete Your Account
|
||||
delete_prompt = The operation will delete your account permanently, and <strong>CANNOT</strong> be undo!
|
||||
delete_prompt = The operation will delete your account permanently, and <strong>CANNOT</strong> be undone!
|
||||
confirm_delete_account = Confirm Deletion
|
||||
|
||||
[repo]
|
||||
|
@ -268,7 +268,7 @@ settings.update_settings = Update Settings
|
|||
settings.update_setting_success = Organization setting has been successfully updated.
|
||||
settings.delete = Delete Organization
|
||||
settings.delete_account = Delete This Organization
|
||||
settings.delete_prompt = The operation will delete this organization permanently, and <strong>CANNOT</strong> be undo!
|
||||
settings.delete_prompt = The operation will delete this organization permanently, and <strong>CANNOT</strong> be undone!
|
||||
settings.confirm_delete_account = Confirm Deletion
|
||||
|
||||
members.public = Public
|
||||
|
|
Loading…
Reference in a new issue