mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-26 19:21:39 +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
|
|
@ -3,11 +3,11 @@
|
|||
<div v-if="this.listeningStats" class="flex flex-col md:flex-row">
|
||||
<div class="w-200 my-6 mx-auto">
|
||||
<div class="grid grid-cols-2 content-between">
|
||||
<h1 class="text-2xl mb-4 font-book">Social</h1>
|
||||
<h1 class="text-2xl mb-4 font-book">{{ $strings.Social }}</h1>
|
||||
<div class="flex py-1 justify-end">
|
||||
<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