auto-commit for d7d17619-caf4-4b54-91cb-0e9a5a95c5b3

This commit is contained in:
emergent-agent-e1
2025-11-09 08:45:48 +00:00
parent 3152739211
commit 341f439dff
+1 -1
View File
@@ -136,7 +136,7 @@ function HomeTab({ navigation }: any) {
{/* Quick Actions Grid - 30 Actions */}
<View style={styles.quickActionsContainer}>
<Text style={styles.sectionTitle}>Quick Actions</Text>
<Text style={styles.sectionTitle}>{i18n.t('quickActions')}</Text>
<View style={styles.actionsGrid}>
{QUICK_ACTIONS.map((action, index) => (
<TouchableOpacity