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

Updated Translations
This commit is contained in:
Dennis 2021-12-15 11:53:38 +01:00 committed by GitHub
commit 33d52eae2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View file

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

View file

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

View file

@ -105,7 +105,7 @@
</div> </div>
<!-- /.col --> <!-- /.col -->
<div class="col-6"> <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"> <div class="table-responsive">
<table class="table"> <table class="table">