mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Mentioning Alpha stage
This commit is contained in:
parent
34d809c510
commit
34a3c52aed
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ const SimklSettingsScreen: React.FC = () => {
|
|||
</View>
|
||||
|
||||
<Text style={[styles.headerTitle, { color: isDarkMode ? currentTheme.colors.highEmphasis : currentTheme.colors.textDark }]}>
|
||||
{t('simkl.settings_title')}
|
||||
{t('simkl.settings_title')} (Alpha)
|
||||
</Text>
|
||||
|
||||
<ScrollView style={styles.scrollView} contentContainerStyle={styles.scrollContent}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue