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.
|
unbind_success = Social account has been unbound.
|
||||||
|
|
||||||
delete_account = Delete Your Account
|
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
|
confirm_delete_account = Confirm Deletion
|
||||||
|
|
||||||
[repo]
|
[repo]
|
||||||
|
@ -268,7 +268,7 @@ settings.update_settings = Update Settings
|
||||||
settings.update_setting_success = Organization setting has been successfully updated.
|
settings.update_setting_success = Organization setting has been successfully updated.
|
||||||
settings.delete = Delete Organization
|
settings.delete = Delete Organization
|
||||||
settings.delete_account = Delete This 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
|
settings.confirm_delete_account = Confirm Deletion
|
||||||
|
|
||||||
members.public = Public
|
members.public = Public
|
||||||
|
|
Reference in a new issue