mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 20:47:53 +00:00
feat(console): rename org (#4542)
* rename org * add data-e2e * e2e test * restore state after * use ngIf instead of hasrole directive and initialized regex * rm h2 check * Update e2e/cypress/e2e/organization/organizations.cy.ts Co-authored-by: Elio Bischof <eliobischof@gmail.com> * Update console/src/assets/i18n/de.json Co-authored-by: Elio Bischof <eliobischof@gmail.com> * Update console/src/assets/i18n/de.json Co-authored-by: Elio Bischof <eliobischof@gmail.com> * Update console/src/assets/i18n/en.json Co-authored-by: Elio Bischof <eliobischof@gmail.com> * change e2e test * org param * reintroduct org param * use org query param * org rename test * no initial focus on button * contain name Co-authored-by: Elio Bischof <eliobischof@gmail.com>
This commit is contained in:
@@ -777,6 +777,12 @@
|
||||
"ORGDETAIL_TITLE": "Saisissez le nom et le domaine de votre nouvelle organisation.",
|
||||
"ORGDETAIL_TITLE_WITHOUT_DOMAIN": "Saisissez le nom de votre nouvelle organisation.",
|
||||
"ORGDETAILUSER_TITLE": "Configurer le propriétaire de l'organisation",
|
||||
"RENAME": {
|
||||
"ACTION": "Renommer",
|
||||
"TITLE": "Renommer l'organisation",
|
||||
"DESCRIPTION": "Entrez le nouveau nom de votre organisation",
|
||||
"BTN": "Renommer"
|
||||
},
|
||||
"ORGDOMAIN": {
|
||||
"TITLE": "Vérification de la propriété du domaine de l'organisation",
|
||||
"VERIFICATION": "Pour vérifier la propriété de votre domaine, vous devez télécharger un fichier de vérification et le charger à l'URL indiquée ci-dessous, ou placer une entrée DNS TXT Record pour l'URL indiquée. Pour terminer, cliquez sur le bouton de vérification.",
|
||||
@@ -828,6 +834,7 @@
|
||||
"DESCRIPTION": "Définissez les utilisateurs qui peuvent modifier les préférences de votre organisation."
|
||||
},
|
||||
"TOAST": {
|
||||
"UPDATED": "L'organisation a été mise à jour",
|
||||
"DEACTIVATED": "Organisation désactivée.",
|
||||
"REACTIVATED": "Organisation réactivée.",
|
||||
"DOMAINADDED": "Domaine ajouté.",
|
||||
|
Reference in New Issue
Block a user