mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 03:11:34 +00:00
Update header string to maintain consistency.
This commit is contained in:
parent
2db98d3323
commit
43accefd54
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
class="w-1/2 h-8 rounded-tl-md relative border border-black-200 flex items-center justify-center cursor-pointer"
|
||||
:class="showOpenedFeedsView ? 'text-white bg-bg hover:bg-opacity-60 border-b-bg' : 'text-gray-400 hover:text-gray-300 bg-primary bg-opacity-70 hover:bg-opacity-60'"
|
||||
@click="showOpenedFeedsView = true">
|
||||
<p class="text-sm">{{$strings.HeaderOpenedRSSFeeds}}</p>
|
||||
<p class="text-sm">{{$strings.HeaderHostedRSSFeeds}}</p>
|
||||
</div>
|
||||
<div
|
||||
class="w-1/2 h-8 rounded-tr-md relative border border-black-200 flex items-center justify-center -ml-px cursor-pointer"
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@
|
|||
"HeaderNewAccount": "New Account",
|
||||
"HeaderNewLibrary": "New Library",
|
||||
"HeaderNotifications": "Notifications",
|
||||
"HeaderOpenedRSSFeeds": "ABS Hosted RSS Feed",
|
||||
"HeaderHostedRSSFeeds": "ABS Hosted RSS Feed",
|
||||
"HeaderOpenIDConnectAuthentication": "OpenID Connect Authentication",
|
||||
"HeaderOpenRSSFeed": "Open RSS Feed",
|
||||
"HeaderOtherFiles": "Other Files",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue