diff options
author | Unknwon <u@gogs.io> | 2015-09-13 13:26:20 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-13 13:26:20 -0400 |
commit | 2d1bb0cf49766e1acf5d3da824dee514ada6ff9d (patch) | |
tree | 7e03d99a2d1547a39b80d377d1b65c8836706fd5 /conf | |
parent | 5f1183cecf4f3c6bf677369c4e2a2788b795ab15 (diff) | |
download | gitea-2d1bb0cf49766e1acf5d3da824dee514ada6ff9d.tar.gz gitea-2d1bb0cf49766e1acf5d3da824dee514ada6ff9d.zip |
#1633 admin delete user
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 1f25490b9f..5eb426a19e 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -797,6 +797,7 @@ users.update_profile = Update Account Profile users.delete_account = Delete This Account users.still_own_repo = This account still has ownership over at least one repository, you have to delete or transfer them first. users.still_has_org = This account still has membership in at least one organization, you have to leave or delete the organizations first. +users.deletion_success = Account has been deleted successfully! orgs.org_manage_panel = Organization Manage Panel orgs.name = Name |