diff --git a/system/lan/english.json b/system/lan/english.json
index 5197bd84..b092fde2 100644
--- a/system/lan/english.json
+++ b/system/lan/english.json
@@ -623,5 +623,12 @@
     "Tax_Rates_in_percentage": "Tax Rates in percentage",
     "Custom_Tax_Rate": "Custom Tax Rate",
     "Enter_Custom_Tax_Rate": "Enter Custom Tax Rate",
-    "Enter_the_custom_tax_rate__e_g___3_75_for_3_75__": "Enter the custom tax rate (e.g., 3.75 for 3.75%)"
+    "Enter_the_custom_tax_rate__e_g___3_75_for_3_75__": "Enter the custom tax rate (e.g., 3.75 for 3.75%)",
+    "Additional_Information": "Additional Information",
+    "City_of_Resident": "City of Resident",
+    "District": "District",
+    "State": "State",
+    "State_of_Resident": "State of Resident",
+    "Zip": "Zip",
+    "Zip_Code": "Zip Code"
 }
\ No newline at end of file
diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl
index d3b86009..02f3ad94 100644
--- a/ui/ui/sections/header.tpl
+++ b/ui/ui/sections/header.tpl
@@ -88,7 +88,7 @@
         }
 
        /*
-         * maintenance top-bar 
+         * maintenance top-bar
          */
 
          .notification-top-bar {
@@ -473,7 +473,7 @@
                         icon: '{if $notify_t == "s"}success{else}error{/if}',
                         title: '{$notify}',
                         toast: true,
-                        position: 'top-end',
+                        position: 'bottom-end',
                         showConfirmButton: false,
                         timer: 5000,
                         timerProgressBar: true,