fix edit article dialog title
This commit is contained in:
parent
e42589ae72
commit
1c4b9591a2
5 changed files with 9 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
= f.hidden_field :supplier_id
|
||||
.modal-header
|
||||
= link_to t('ui.marks.close').html_safe, '#', class: 'close', data: {dismiss: 'modal'}
|
||||
%h3= t '.title'
|
||||
%h3= @article.new_record? ? t('.title_new') : t('.title_edit')
|
||||
.modal-body
|
||||
= f.input :availability
|
||||
= f.input :name
|
||||
|
|
|
@ -347,7 +347,8 @@ de:
|
|||
unit_quantity_desc: Gebindegröße
|
||||
unit_quantity_short: GebGr
|
||||
form:
|
||||
title: Neuen Artikel einfügen
|
||||
title_edit: Artikel bearbeiten
|
||||
title_new: Neuen Artikel einfügen
|
||||
import_search_results:
|
||||
action_import: importieren
|
||||
already_imported: schon importiert
|
||||
|
|
|
@ -347,7 +347,8 @@ en:
|
|||
unit_quantity_desc: Unit quantity
|
||||
unit_quantity_short: Quantity
|
||||
form:
|
||||
title: Add new article
|
||||
title_edit: Edit article
|
||||
title_new: Add new article
|
||||
import_search_results:
|
||||
action_import: import
|
||||
already_imported: already imported
|
||||
|
|
|
@ -347,7 +347,8 @@ fr:
|
|||
unit_quantity_desc: Unités par lot
|
||||
unit_quantity_short: U/L
|
||||
form:
|
||||
title: Ajouter un nouvel article
|
||||
title_edit:
|
||||
title_new: Ajouter un nouvel article
|
||||
import_search_results:
|
||||
action_import: importer
|
||||
already_imported: déjà importé
|
||||
|
|
|
@ -347,7 +347,8 @@ nl:
|
|||
unit_quantity_desc: Groothandelsverpakkingsgrootte
|
||||
unit_quantity_short: Gr.Eenh.
|
||||
form:
|
||||
title: Nieuw artikel toevoegen
|
||||
title_edit: Artikel bewerken
|
||||
title_new: Nieuw artikel toevoegen
|
||||
import_search_results:
|
||||
action_import: importeren
|
||||
already_imported: reeds geïmporteerd
|
||||
|
|
Loading…
Reference in a new issue