mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +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",
|
||||
"about_nuvio": "Informazioni su Nuvio",
|
||||
"cloud_sync": {
|
||||
"title": "Nuvio Sync",
|
||||
"title": "Sincronizzazione Nuvio",
|
||||
"description": "Sicronizza i dati sui tuoi dispositivi con Nuvio",
|
||||
"hero_title": "Sincronizzazione su Cloud",
|
||||
"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()}>
|
||||
{showCloudSyncItem && (
|
||||
<SettingItem
|
||||
title="Nuvio Sync"
|
||||
title={t('settings.cloud_sync.title')}
|
||||
description={t('settings.cloud_sync.description')}
|
||||
customIcon={
|
||||
<FastImage
|
||||
|
|
|
|||
Loading…
Reference in a new issue