From cecaf26c851b272b25e5c8774127e0c58cafdafd Mon Sep 17 00:00:00 2001 From: Tom Hempel Date: Wed, 24 Jun 2026 12:31:03 +0200 Subject: [PATCH] added new UI string for displaying the questionnaire --- 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 d431934..27af134 100644 --- a/data/app_ui_strings.json +++ b/data/app_ui_strings.json @@ -83,6 +83,7 @@ "next_step_questionnaire_title", "next_step_review_body", "next_step_review_title", + "next_step_show_questionnaire", "next_step_upload_body", "next_step_upload_title", "no_clients_assigned", @@ -229,6 +230,7 @@ "next_step_questionnaire_title": "Nächsten Fragebogen ausfüllen", "next_step_review_body": "Prüfen Sie die berechneten Kategorien vor dem Upload.", "next_step_review_title": "Punkteprüfung abschließen", + "next_step_show_questionnaire": "Fragebogen anzeigen", "next_step_upload_body": "Bitte prüfen und hochladen, sobald Sie bereit sind.", "next_step_upload_title": "Daten warten auf Upload", "no_clients_assigned": "Ihr Supervisor hat Ihnen noch keine Klienten zugewiesen.",