mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 15:32:01 +00:00
Appearance Desc improvements
This commit is contained in:
parent
c63d4aeda6
commit
3a41f479f7
3 changed files with 3 additions and 1 deletions
|
|
@ -684,6 +684,7 @@
|
|||
"account": "Account",
|
||||
"content_discovery": "Content & Discovery",
|
||||
"appearance": "Appearance",
|
||||
"appearance_desc":"Themes and episodes layout",
|
||||
"integrations": "Integrations",
|
||||
"playback": "Playback",
|
||||
"backup_restore": "Backup & Restore",
|
||||
|
|
|
|||
|
|
@ -668,6 +668,7 @@
|
|||
"account": "Account",
|
||||
"content_discovery": "Contenuti e Scoperta",
|
||||
"appearance": "Aspetto",
|
||||
"appearance_desc":"Temi e layout episodi",
|
||||
"integrations": "Integrazioni",
|
||||
"playback": "Riproduzione",
|
||||
"backup_restore": "Backup e Ripristino",
|
||||
|
|
|
|||
|
|
@ -792,7 +792,7 @@ const SettingsScreen: React.FC = () => {
|
|||
{(settingsConfig?.categories?.['appearance']?.visible !== false) && (
|
||||
<SettingItem
|
||||
title={t('settings.appearance')}
|
||||
description={currentTheme.name}
|
||||
description={t('settings.appearance_desc')}
|
||||
icon="sliders"
|
||||
renderControl={() => <ChevronRight />}
|
||||
onPress={() => navigation.navigate('AppearanceSettings')}
|
||||
|
|
|
|||
Loading…
Reference in a new issue