1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Merge pull request #513 from limenet/patch-2

The "Client" string isn't passed to the translation engine
This commit is contained in:
Hillel Coren 2015-11-09 11:54:45 +02:00
commit efb3120e04

View File

@ -48,7 +48,7 @@
@if ($invoice->id || $data)
<div class="form-group">
<label for="client" class="control-label col-lg-4 col-sm-4">Client</label>
<label for="client" class="control-label col-lg-4 col-sm-4">{{ trans('texts.client') }}</label>
<div class="col-lg-8 col-sm-8">
<h4><div data-bind="text: getClientDisplayName(ko.toJS(client()))"></div></h4>
<a id="editClientLink" class="pointer" data-bind="click: $root.showClientForm">{{ trans('texts.edit_client') }}</a> |
@ -1126,4 +1126,4 @@
</script>
@stop
@stop