Fix a typo in the factory reset screen "setting" -> "settings" #1917

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Astra 2022-10-26 01:44:27 +03:00 committed by GitHub
parent 0adad32418
commit 30f10dce80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ void storage_settings_scene_factory_reset_on_enter(void* context) {
dialog_ex_set_header(dialog_ex, "Confirm Factory Reset", 64, 10, AlignCenter, AlignCenter);
dialog_ex_set_text(
dialog_ex,
"Internal storage will be erased\r\nData and setting will be lost!",
"Internal storage will be erased\r\nData and settings will be lost!",
64,
32,
AlignCenter,