diff --git a/applications/archive/scenes/archive_scene_delete.c b/applications/archive/scenes/archive_scene_delete.c index 04b37510..e5bc5df3 100644 --- a/applications/archive/scenes/archive_scene_delete.c +++ b/applications/archive/scenes/archive_scene_delete.c @@ -20,7 +20,7 @@ void archive_scene_delete_on_enter(void* context) { ArchiveApp* app = (ArchiveApp*)context; widget_add_button_element( - app->widget, GuiButtonTypeLeft, "Back", archive_scene_delete_widget_callback, app); + app->widget, GuiButtonTypeLeft, "Cancel", archive_scene_delete_widget_callback, app); widget_add_button_element( app->widget, GuiButtonTypeRight, "Delete", archive_scene_delete_widget_callback, app);