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);