diff options
author | Rémy Boulanouar <rboulanouar@gmail.com> | 2017-01-28 04:02:27 +0100 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2017-01-27 22:02:27 -0500 |
commit | 2ee0c61e62a47a620bf0e8f55c896616062008c1 (patch) | |
tree | e59ad87b381f36bf537d9255c28411327ac50e7e /conf/locale | |
parent | 3d23c131609e382c8874da247787cddb10ca0204 (diff) |
Setting orgs (#3587)
* Implement organizations listing in setting and allow user to create new organization.
* Implement organizations listing in setting and allow user to create new organization.
* Add space remove by mistake
* Remove unused part of the template
* Update display and behavior according to @Unknown remarks
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index be36ae7c..9b05ba40 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -337,6 +337,8 @@ access_token_deletion = Personal Access Token Deletion access_token_deletion_desc = Delete this personal access token will remove all related accesses of application. Do you want to continue? delete_token_success = Personal access token has been removed successfully! Don't forget to update your application as well. +orgs_none = You are not a member of any organizations. + delete_account = Delete Your Account delete_prompt = The operation will delete your account permanently, and <strong>CANNOT</strong> be undone! confirm_delete_account = Confirm Deletion |