update: use localized strings for social tab

This commit is contained in:
benonymity 2022-11-17 21:31:01 -05:00
parent 12b7976ef3
commit e9389d7ea9
4 changed files with 13 additions and 8 deletions

View file

@ -50,9 +50,9 @@
<div class="flex items-center py-2">
<ui-toggle-switch v-model="newServerSettings.sharedListeningStats" :disabled="updatingServerSettings" @input="(val) => updateSettingsKey('sharedListeningStats', val)" />
<ui-tooltip :text="tooltips.shareStats">
<ui-tooltip :text="$strings.EnableSharedStatsHelp">
<p class="pl-4">
Shared Listening Stats
{{ $strings.EnableSharedStats}}
<span class="material-icons icon-text text-sm">info_outlined</span>
</p>
</ui-tooltip>