Skip to content

Commit

Permalink
Update file_exists_error.c
Browse files Browse the repository at this point in the history
  • Loading branch information
acegoal07 committed Mar 1, 2024
1 parent 38e733a commit bf749c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scences/file_exists_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bf749c6

Please sign in to comment.