Skip to content

Commit

Permalink
fix: Localize 'Social Profiles' text in ContactForm (#9745)
Browse files Browse the repository at this point in the history
  • Loading branch information
WuChenDi authored Jul 10, 2024
1 parent a2cb932 commit 9498d1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
/>

<div class="w-full">
<label> Social Profiles </label>
<label>{{ $t('CONTACTS_PAGE.LIST.TABLE_HEADER.SOCIAL_PROFILES') }}</label>
<div
v-for="socialProfile in socialProfileKeys"
:key="socialProfile.key"
Expand All @@ -130,7 +130,7 @@
</span>
<input
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"
/>
</div>
Expand Down

0 comments on commit 9498d1f

Please sign in to comment.