mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-02 21:54:46 +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>
|
</View>
|
||||||
|
|
||||||
<Text style={[styles.headerTitle, { color: isDarkMode ? currentTheme.colors.highEmphasis : currentTheme.colors.textDark }]}>
|
<Text style={[styles.headerTitle, { color: isDarkMode ? currentTheme.colors.highEmphasis : currentTheme.colors.textDark }]}>
|
||||||
{t('simkl.settings_title')}
|
{t('simkl.settings_title')} (Alpha)
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<ScrollView style={styles.scrollView} contentContainerStyle={styles.scrollContent}>
|
<ScrollView style={styles.scrollView} contentContainerStyle={styles.scrollContent}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue