From 9d18bc545ff80f2f867e23d4e9b4dd4d98d7a55b Mon Sep 17 00:00:00 2001 From: Ken Sternberg <133134217+kensternberg-authentik@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:33:45 -0700 Subject: [PATCH] web: change 'Attributes' to 'Custom attributes' on Invitation Field (#7145) Everywhere else, the label "Attributes" refers to the dictionary field that our core models have and use as a JSON repository for key/value pairs that don't need the full model's awareness or management. Using the same label here, where the term refers to the context data of the invitation itself, may confuse people, so we've changed the label to signal its difference. --- web/src/admin/stages/invitation/InvitationForm.ts | 2 +- web/xliff/de.xlf | 6 ++++++ web/xliff/en.xlf | 6 ++++++ web/xliff/es.xlf | 6 ++++++ web/xliff/fr.xlf | 6 ++++++ web/xliff/pl.xlf | 6 ++++++ web/xliff/pseudo-LOCALE.xlf | 6 ++++++ web/xliff/tr.xlf | 6 ++++++ web/xliff/zh-Hans.xlf | 6 ++++++ web/xliff/zh-Hant.xlf | 6 ++++++ web/xliff/zh_TW.xlf | 6 ++++++ 11 files changed, 61 insertions(+), 1 deletion(-) diff --git a/web/src/admin/stages/invitation/InvitationForm.ts b/web/src/admin/stages/invitation/InvitationForm.ts index be110eb46..aad301e07 100644 --- a/web/src/admin/stages/invitation/InvitationForm.ts +++ b/web/src/admin/stages/invitation/InvitationForm.ts @@ -77,7 +77,7 @@ export class InvitationForm extends ModelForm { )}

- + Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + + + Custom attributes + + + Don't show this message again. diff --git a/web/xliff/en.xlf b/web/xliff/en.xlf index 184db9c02..98ce779f9 100644 --- a/web/xliff/en.xlf +++ b/web/xliff/en.xlf @@ -6246,6 +6246,12 @@ Bindings to groups/users are checked against the user of the event. Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + + + Custom attributes + + + Don't show this message again. diff --git a/web/xliff/es.xlf b/web/xliff/es.xlf index e8a81058c..b428ab068 100644 --- a/web/xliff/es.xlf +++ b/web/xliff/es.xlf @@ -5840,6 +5840,12 @@ Bindings to groups/users are checked against the user of the event. Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + + + Custom attributes + + + Don't show this message again. diff --git a/web/xliff/fr.xlf b/web/xliff/fr.xlf index ef28fbb6b..0174261e0 100644 --- a/web/xliff/fr.xlf +++ b/web/xliff/fr.xlf @@ -7821,6 +7821,12 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + + + Custom attributes + + + Don't show this message again. diff --git a/web/xliff/pl.xlf b/web/xliff/pl.xlf index 1b7e45c40..ad3cb85ca 100644 --- a/web/xliff/pl.xlf +++ b/web/xliff/pl.xlf @@ -6079,6 +6079,12 @@ Bindings to groups/users are checked against the user of the event. Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + + + Custom attributes + + + Don't show this message again. diff --git a/web/xliff/pseudo-LOCALE.xlf b/web/xliff/pseudo-LOCALE.xlf index 9dad51bb7..2eabcf7c5 100644 --- a/web/xliff/pseudo-LOCALE.xlf +++ b/web/xliff/pseudo-LOCALE.xlf @@ -6181,6 +6181,12 @@ Bindings to groups/users are checked against the user of the event. Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + + + Custom attributes + + + Don't show this message again. diff --git a/web/xliff/tr.xlf b/web/xliff/tr.xlf index f463488df..deaddd663 100644 --- a/web/xliff/tr.xlf +++ b/web/xliff/tr.xlf @@ -5833,6 +5833,12 @@ Bindings to groups/users are checked against the user of the event. Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + + + Custom attributes + + + Don't show this message again. diff --git a/web/xliff/zh-Hans.xlf b/web/xliff/zh-Hans.xlf index 9ac2df4ba..f1cc96f30 100644 --- a/web/xliff/zh-Hans.xlf +++ b/web/xliff/zh-Hans.xlf @@ -7826,6 +7826,12 @@ Bindings to groups/users are checked against the user of the event. Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + + + Custom attributes + + + Don't show this message again. diff --git a/web/xliff/zh-Hant.xlf b/web/xliff/zh-Hant.xlf index 7d26d5eb6..ddb47517e 100644 --- a/web/xliff/zh-Hant.xlf +++ b/web/xliff/zh-Hant.xlf @@ -5885,6 +5885,12 @@ Bindings to groups/users are checked against the user of the event. Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + + + Custom attributes + + + Don't show this message again. diff --git a/web/xliff/zh_TW.xlf b/web/xliff/zh_TW.xlf index 9a4de8148..5aa3bc105 100644 --- a/web/xliff/zh_TW.xlf +++ b/web/xliff/zh_TW.xlf @@ -5884,6 +5884,12 @@ Bindings to groups/users are checked against the user of the event. Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + + + Custom attributes + + + Don't show this message again.