diff --git a/src/components/Form/fields/FieldAffiliations.vue b/src/components/Form/fields/FieldAffiliations.vue index 21286a543..60c332a75 100644 --- a/src/components/Form/fields/FieldAffiliations.vue +++ b/src/components/Form/fields/FieldAffiliations.vue @@ -25,7 +25,7 @@ :key="affiliationIndex" > -
+
{{ affiliation.name[primaryLocale] }} @@ -68,7 +68,6 @@ :class="'h-6 w-6'" :inline="true" /> -   {{ translations(affiliation).label }}
@@ -78,61 +77,48 @@ )" :key="affiliationNameLocale" > -
- - {{ - t( - 'user.affiliations.typeTranslationNameInLanguageLabel', - { - language: getLocaleDisplayName( - affiliationNameLocale, - ), - }, - ) - }} - - - * - Required - -
-
- - +
+
+ + {{ getTextFieldLabel(affiliationNameLocale) }} + + + * + Required + +
+
+ + +
@@ -156,13 +142,13 @@ - + @@ -205,60 +191,48 @@ )" :key="newAffiliationNameLocale" > -
- - {{ - t( - 'user.affiliations.typeTranslationNameInLanguageLabel', - { - language: getLocaleDisplayName( - newAffiliationNameLocale, - ), - }, - ) - }} - - - * - Required - -
-
- - +
+
+ + {{ getTextFieldLabel(newAffiliationNameLocale) }} + + + * + Required + +
+
+ + +
@@ -297,7 +271,10 @@