mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-20 16:22:04 +00:00
Settings Screen 'Nuvio Sync' Label Localization Fix
This commit is contained in:
parent
a8e55d3e98
commit
eb852ca8fb
2 changed files with 2 additions and 2 deletions
|
|
@ -786,7 +786,7 @@
|
||||||
"app_updates": "Aggiornamenti App",
|
"app_updates": "Aggiornamenti App",
|
||||||
"about_nuvio": "Informazioni su Nuvio",
|
"about_nuvio": "Informazioni su Nuvio",
|
||||||
"cloud_sync": {
|
"cloud_sync": {
|
||||||
"title": "Nuvio Sync",
|
"title": "Sincronizzazione Nuvio",
|
||||||
"description": "Sicronizza i dati sui tuoi dispositivi con Nuvio",
|
"description": "Sicronizza i dati sui tuoi dispositivi con Nuvio",
|
||||||
"hero_title": "Sincronizzazione su Cloud",
|
"hero_title": "Sincronizzazione su Cloud",
|
||||||
"hero_subtitle": "Mantieni i tuoi addons, progressi e libreria allineati su tutti i tuoi dispositivi.",
|
"hero_subtitle": "Mantieni i tuoi addons, progressi e libreria allineati su tutti i tuoi dispositivi.",
|
||||||
|
|
|
||||||
|
|
@ -813,7 +813,7 @@ const SettingsScreen: React.FC = () => {
|
||||||
<SettingsCard title={t('settings.account').toUpperCase()}>
|
<SettingsCard title={t('settings.account').toUpperCase()}>
|
||||||
{showCloudSyncItem && (
|
{showCloudSyncItem && (
|
||||||
<SettingItem
|
<SettingItem
|
||||||
title="Nuvio Sync"
|
title={t('settings.cloud_sync.title')}
|
||||||
description={t('settings.cloud_sync.description')}
|
description={t('settings.cloud_sync.description')}
|
||||||
customIcon={
|
customIcon={
|
||||||
<FastImage
|
<FastImage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue