mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 15:32:01 +00:00
Localization Fix
This commit is contained in:
parent
8b12ff2537
commit
03b0ffcec1
1 changed files with 1 additions and 1 deletions
|
|
@ -642,7 +642,7 @@ const MDBListSettingsScreen: React.FC = () => {
|
|||
<StatusBar barStyle="light-content" />
|
||||
<View style={styles.loadingContainer}>
|
||||
<ActivityIndicator size="large" color={colors.primary} />
|
||||
<Text style={styles.loadingText}>{t('common.loading_settings')}</Text>
|
||||
<Text style={styles.loadingText}>{t('common.loading')}</Text>
|
||||
</View>
|
||||
</SafeAreaView>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue