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