Updated Translations
This commit is contained in:
parent
3b5b01f862
commit
2dd7997d28
3 changed files with 7 additions and 3 deletions
|
@ -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"
|
||||
|
||||
}
|
||||
|
|
|
@ -357,6 +357,8 @@
|
|||
"Suspend": "Suspend",
|
||||
"Delete": "Delete",
|
||||
"Login as User": "Login as User",
|
||||
"Clone": "Clone"
|
||||
"Clone": "Clone",
|
||||
|
||||
"Amount due": "Amount due"
|
||||
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue