Skip to content

Commit 22a37b0

Browse files
committed
fix: correct typo in changelog and update reset button text
1 parent d84bfa1 commit 22a37b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/(tabs)/(more)/settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export default function SettingsScreen() {
192192
variant="danger"
193193
onPress={clearStorageAndReload}
194194
>
195-
حذف كل التغييرات
195+
إعادة ضبط التطبيق
196196
</ThemedButton>
197197
</ThemedView>
198198
</ScrollView>

assets/changelogs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"logs": [
3-
"إظافة خاصية البحث المتقدم",
3+
"إضافة خاصية البحث المتقدم",
44
"إصلاحات وتحسينات عامة"
55
]
66
}

0 commit comments

Comments
 (0)