diff options
author | Unknwon <u@gogs.io> | 2017-01-27 22:36:45 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-01-27 22:36:45 -0500 |
commit | 7aa53635fe9a88fbd2d2e21bffc3888e2b4baa85 (patch) | |
tree | 959347f460bbc97971f1df9deec5e912dd627da0 /conf | |
parent | 2ee0c61e62a47a620bf0e8f55c896616062008c1 (diff) |
Add 'Organizations' page to user settings (#3587)
User is now able to view full list of organizations belongs to.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 9b05ba40..19c6c21c 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -337,7 +337,9 @@ 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. +orgs.none = You are not a member of any organizations. +orgs.leave_title = Leave an organization +orgs.leave_desc = You will lose access to all repositories and teams after you left the organization. Do you want to continue? delete_account = Delete Your Account delete_prompt = The operation will delete your account permanently, and <strong>CANNOT</strong> be undone! |