Переглянути джерело

Merge pull request #331 from 1day2die/invoice-translations

Updated Translations
Dennis 3 роки тому
батько
коміт
33d52eae2a

+ 3 - 1
resources/lang/de.json

@@ -356,6 +356,8 @@
     "Suspend": "Deaktivieren",
     "Delete": "Löschen",
     "Login as User": "Als User anmelden",
-    "Clone": "Klonen"
+    "Clone": "Klonen",
+
+    "Amount due": "Zahlung fällig am"
 
 }

+ 3 - 1
resources/lang/en.json

@@ -357,6 +357,8 @@
     "Suspend": "Suspend",
     "Delete": "Delete",
     "Login as User": "Login as User",
-    "Clone": "Clone"
+    "Clone": "Clone",
+
+    "Amount due": "Amount due"
 
 }

+ 1 - 1
resources/views/store/checkout.blade.php

@@ -105,7 +105,7 @@
                             </div>
                             <!-- /.col -->
                             <div class="col-6">
-                                <p class="lead">{{__('Amount Due')}} {{Carbon\Carbon::now()->isoFormat('LL')}}</p>
+                                <p class="lead">{{__('Amount due')}} {{Carbon\Carbon::now()->isoFormat('LL')}}</p>
 
                                 <div class="table-responsive">
                                     <table class="table">