From 034a8c2c668ed5dae493df1ed6358619546a2c70 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sun, 30 Nov 2025 18:08:02 +0100 Subject: [PATCH] Fixed missing localization in create view --- Resources/SharedResources.de.resx | 15 +++++++++++++++ Resources/SharedResources.en.resx | 15 +++++++++++++++ Views/Order/Create.cshtml | 10 +++++----- 3 files changed, 35 insertions(+), 5 deletions(-) diff --git a/Resources/SharedResources.de.resx b/Resources/SharedResources.de.resx index 71b7310..35c1a85 100644 --- a/Resources/SharedResources.de.resx +++ b/Resources/SharedResources.de.resx @@ -321,4 +321,19 @@ Löschen + + Zusätzliche Informationen + + + Geben Sie zusätzliche Informationen ein (optional) + + + Optional: Notizen, spezielle Anweisungen oder andere Details hinzufügen + + + Bild + + + Optional: Laden Sie ein Bild für diese Bestellung hoch (JPG, PNG, etc.) + \ No newline at end of file diff --git a/Resources/SharedResources.en.resx b/Resources/SharedResources.en.resx index e33285d..a2261d2 100644 --- a/Resources/SharedResources.en.resx +++ b/Resources/SharedResources.en.resx @@ -318,4 +318,19 @@ Delete + + Additional Information + + + Enter additional information + + + Optional: Add notes, special instructions, or other details + + + Order Image + + + Optional: Upload an image for this order (JPG, PNG, etc.) + \ No newline at end of file diff --git a/Views/Order/Create.cshtml b/Views/Order/Create.cshtml index 75ba423..a84db3b 100644 --- a/Views/Order/Create.cshtml +++ b/Views/Order/Create.cshtml @@ -20,15 +20,15 @@
- - - Optional: Add notes, special instructions, or other details + + + @Localizer["OptionalAddNotes"]
- + - Optional: Upload an image for this order (JPG, PNG, etc.) + @Localizer["OptionalUploadImage"]