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"]