From 547ed8454e59d4ad6d0d4176de05cdc6fe92a7bc Mon Sep 17 00:00:00 2001 From: Tom Hempel Date: Wed, 24 Jun 2026 12:12:04 +0200 Subject: [PATCH] added new UI string --- data/app_ui_strings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/app_ui_strings.json b/data/app_ui_strings.json index 59c831f..d431934 100644 --- a/data/app_ui_strings.json +++ b/data/app_ui_strings.json @@ -78,6 +78,7 @@ "next_step_completed_title", "next_step_loading_body", "next_step_loading_title", + "next_step_label", "next_step_questionnaire_body", "next_step_questionnaire_title", "next_step_review_body", @@ -223,6 +224,7 @@ "next_step_completed_title": "Alles ist abgeschlossen", "next_step_loading_body": "Der nächste sinnvolle Schritt wird vorbereitet.", "next_step_loading_title": "Nächster Schritt", + "next_step_label": "Nächster Schritt", "next_step_questionnaire_body": "Wählen Sie unten den nächsten verfügbaren Fragebogen.", "next_step_questionnaire_title": "Nächsten Fragebogen ausfüllen", "next_step_review_body": "Prüfen Sie die berechneten Kategorien vor dem Upload.",