From bf749c6b5786d90a6bb6b7dfbe4cd9a35bd52bf7 Mon Sep 17 00:00:00 2001 From: acegoal07 Date: Fri, 1 Mar 2024 11:56:00 +0000 Subject: [PATCH] Update file_exists_error.c --- scences/file_exists_error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scences/file_exists_error.c b/scences/file_exists_error.c index 54cf305f8e5..07e9221a97e 100644 --- a/scences/file_exists_error.c +++ b/scences/file_exists_error.c @@ -4,7 +4,7 @@ void nfc_playlist_file_exists_error_scene_on_enter(void* context) { NfcPlaylist* nfc_playlist = context; popup_reset(nfc_playlist->popup); - popup_set_header(nfc_playlist->popup, "File Already Exists", 64, 10, AlignCenter, AlignTop); + popup_set_header(nfc_playlist->popup, "ERROR File Already Exists", 64, 10, AlignCenter, AlignTop); popup_set_text(nfc_playlist->popup, "The file already exists, Press back to try again", 64, 50, AlignCenter, AlignTop); popup_set_context(nfc_playlist->popup, nfc_playlist); view_dispatcher_switch_to_view(nfc_playlist->view_dispatcher, NfcPlaylistView_FileExistsError);