From dbbd95a8fa495ec92cddb8d40933ed5827793374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=C3=AFssa?= Date: Wed, 22 Oct 2014 22:55:18 +0200 Subject: [PATCH] Translations --- app/views/clients/edit.blade.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/clients/edit.blade.php b/app/views/clients/edit.blade.php index f4b1ff4622b5..88be4eb879d9 100755 --- a/app/views/clients/edit.blade.php +++ b/app/views/clients/edit.blade.php @@ -61,10 +61,10 @@
- {{ link_to('#', 'Remove contact -', array('data-bind'=>'click: $parent.removeContact')) }} + {{ link_to('#', trans('texts.remove_contact').' -', array('data-bind'=>'click: $parent.removeContact')) }} - {{ link_to('#', 'Add contact +', array('onclick'=>'return addContact()')) }} + {{ link_to('#', trans('texts.add_contact').' +', array('onclick'=>'return addContact()')) }}
@@ -157,10 +157,10 @@
- {{ Button::lg_primary_submit_success('Save')->append_with_icon('floppy-disk') }} - {{ Button::lg_default_link('clients/' . ($client ? $client->public_id : ''), 'Cancel')->append_with_icon('remove-circle'); }} + {{ Button::lg_primary_submit_success(trans('texts.save'))->append_with_icon('floppy-disk') }} + {{ Button::lg_default_link('clients/' . ($client ? $client->public_id : ''), trans('texts.cancel'))->append_with_icon('remove-circle'); }}
{{ Former::close() }} -@stop \ No newline at end of file +@stop