fix: Localize 'Social Profiles' text in ContactForm (#9745)

This commit is contained in:
wudi
2024-07-10 13:16:45 +08:00
committed by GitHub
parent a2cb932d54
commit 9498d1f003

View File

@@ -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>