mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-10 12:25:21 +02: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:
parent
976c2a05fa
commit
62f600cf1c
5 changed files with 56 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue