-
-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Enable Org Admins to View and Modify Member Admin Status (#8840)
Fixes #8780 --------- Co-authored-by: Pierre Slamich <[email protected]> Co-authored-by: Stéphane Gigandet <[email protected]> Co-authored-by: Alex Garel <[email protected]>
- Loading branch information
1 parent
713efd7
commit c6aefc2
Showing
5 changed files
with
84 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,6 +79,18 @@ msgctxt "add_user_existing_org_pending" | |
msgid "Your request to join the organization is pending approval of the organization administrator." | ||
msgstr "Your request to join the organization is pending approval of the organization administrator." | ||
|
||
msgctxt "admin_status_updated" | ||
msgid "Admin Status Updated" | ||
msgstr "Admin Status Updated" | ||
|
||
msgctxt "admin_status" | ||
msgid "Admin Status" | ||
msgstr "Admin Status" | ||
|
||
msgctxt "grant_remove_admin_status" | ||
msgid "Grant/Remove Admin status" | ||
msgstr "Grant/Remove Admin status" | ||
|
||
msgctxt "please_email_producers" | ||
msgid "Please e-mail <a href=\"mailto:[email protected]\">[email protected]</a> if you have any question." | ||
msgstr "Please e-mail <a href=\"mailto:[email protected]\">[email protected]</a> if you have any question." | ||
|
@@ -4181,6 +4193,10 @@ msgctxt "remove_products" | |
msgid "Remove all the products" | ||
msgstr "Remove all the products" | ||
|
||
msgctxt "remove_user" | ||
msgid "Remove user" | ||
msgstr "Remove user" | ||
|
||
msgctxt "remove_products_from_producers_platform" | ||
msgid "Remove all your products from the platform for producers" | ||
msgstr "Remove all your products from the platform for producers" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,6 +83,18 @@ msgctxt "add_user_existing_org_pending" | |
msgid "Your request to join the organization is pending approval of the organization administrator." | ||
msgstr "Your request to join the organization is pending approval of the organization administrator." | ||
|
||
msgctxt "admin_status_updated" | ||
msgid "Admin Status Updated" | ||
msgstr "Admin Status Updated" | ||
|
||
msgctxt "admin_status" | ||
msgid "Admin Status" | ||
msgstr "Admin Status" | ||
|
||
msgctxt "grant_remove_admin_status" | ||
msgid "Grant/Remove Admin status" | ||
msgstr "Grant/Remove Admin status" | ||
|
||
msgctxt "please_email_producers" | ||
msgid "Please e-mail <a href=\"mailto:[email protected]\">[email protected]</a> if you have any question." | ||
msgstr "Please e-mail <a href=\"mailto:[email protected]\">[email protected]</a> if you have any question." | ||
|
@@ -4205,6 +4217,10 @@ msgctxt "remove_products" | |
msgid "Remove all the products" | ||
msgstr "Remove all the products" | ||
|
||
msgctxt "remove_user" | ||
msgid "Remove user" | ||
msgstr "Remove user" | ||
|
||
msgctxt "remove_products_from_producers_platform" | ||
msgid "Remove all your products from the platform for producers" | ||
msgstr "Remove all your products from the platform for producers" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters