mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-27 19:51:37 +00:00
update: use localized strings for social tab
This commit is contained in:
parent
12b7976ef3
commit
e9389d7ea9
4 changed files with 13 additions and 8 deletions
|
|
@ -21,9 +21,9 @@
|
|||
|
||||
<div v-if="isGlobalSharing" class="flex items-center py-1">
|
||||
<ui-toggle-switch v-model="isUserSharing" @input="changeSharingSetting" />
|
||||
<ui-tooltip text="Share your latest listening activity with other users in the social tab">
|
||||
<ui-tooltip :text="$strings.ShareStatsHelp">
|
||||
<p class="pl-4">
|
||||
Share Listening Activity
|
||||
{{ $strings.ShareStats }}
|
||||
<span class="material-icons icon-text text-sm">info_outlined</span>
|
||||
</p>
|
||||
</ui-tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue