mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Display all organization from user settings (#1739)
* Display all organization from user settings * fix Tab selection * Update locale_en-US.ini * Add a condition for display Create organization button * Remove french translation * Remove unnecessary admin flag
This commit is contained in:
committed by
Bo-Yi Wu
parent
976c2a05fa
commit
62f600cf1c
@@ -298,6 +298,7 @@ orgs = Organizations
|
||||
delete = Delete Account
|
||||
twofa = Two-Factor Authentication
|
||||
account_link = External Accounts
|
||||
organization = Organization
|
||||
uid = Uid
|
||||
|
||||
public_profile = Public Profile
|
||||
@@ -431,6 +432,8 @@ remove_account_link = Remove linked account
|
||||
remove_account_link_desc = Removing this linked account will revoke all related access using this account. Do you want to continue?
|
||||
remove_account_link_success = Account link has been removed successfully!
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user