Mentioning Alpha stage

This commit is contained in:
tapframe 2026-01-18 14:31:54 +05:30
parent 34d809c510
commit 34a3c52aed

View file

@ -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}>