fix: Localize 'Social Profiles' text in ContactForm (#9745)
This commit is contained in:
@@ -117,7 +117,7 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
<label> Social Profiles </label>
|
<label>{{ $t('CONTACTS_PAGE.LIST.TABLE_HEADER.SOCIAL_PROFILES') }}</label>
|
||||||
<div
|
<div
|
||||||
v-for="socialProfile in socialProfileKeys"
|
v-for="socialProfile in socialProfileKeys"
|
||||||
:key="socialProfile.key"
|
:key="socialProfile.key"
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
v-model="socialProfileUserNames[socialProfile.key]"
|
v-model="socialProfileUserNames[socialProfile.key]"
|
||||||
class="input-group-field ltr:rounded-l-none rtl:rounded-r-none !mb-0"
|
class="input-group-field ltr:!rounded-l-none rtl:rounded-r-none !mb-0"
|
||||||
type="text"
|
type="text"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user