mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-15 01:02:50 +02:00
Update:More localization strings #1103
This commit is contained in:
@@ -26,12 +26,12 @@ export default {
|
||||
tabs: [
|
||||
{
|
||||
id: 'details',
|
||||
title: 'Details',
|
||||
title: this.$strings.HeaderDetails,
|
||||
component: 'modals-podcast-tabs-episode-details'
|
||||
},
|
||||
{
|
||||
id: 'match',
|
||||
title: 'Match',
|
||||
title: this.$strings.HeaderMatch,
|
||||
component: 'modals-podcast-tabs-episode-match'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user