diff --git a/app/assets/javascripts/supplier/foundation1/application.js.erb b/app/assets/javascripts/supplier/foundation1/application.js.erb index 35697e24..41a6838b 100644 --- a/app/assets/javascripts/supplier/foundation1/application.js.erb +++ b/app/assets/javascripts/supplier/foundation1/application.js.erb @@ -16,7 +16,6 @@ //= require_directory . //= require_self - var Qstorage = localStorage; $.extend($translations.en, <%= I18n.t('supplier', locale: :en).to_json %>); $.extend($translations.nl, <%= I18n.t('supplier', locale: :nl).to_json %>); diff --git a/config/locales/supplier.en.yml b/config/locales/supplier.en.yml index dfc73f9b..d6d557ae 100644 --- a/config/locales/supplier.en.yml +++ b/config/locales/supplier.en.yml @@ -33,6 +33,10 @@ en: destroy: modal: title: Are you sure you want to delete ${models.table} %{number} + edit: + modal: + title: "Edit ${models.table|downcase}" + body_header: "" lists: index: show_all: Show all ${models.plural.list} diff --git a/config/locales/supplier.nl.yml b/config/locales/supplier.nl.yml index 220102d1..2317bb43 100644 --- a/config/locales/supplier.nl.yml +++ b/config/locales/supplier.nl.yml @@ -33,6 +33,10 @@ nl: destroy: modal: title: Weet je zeker dat je ${models.table} %{number} wilt verwijderen + edit: + modal: + title: "Bewerk ${models.table|downcase}" + body_header: "" lists: index: show_all: Toon alle ${models.plural.list} diff --git a/wip.md b/wip.md index be26253b..12058e78 100644 --- a/wip.md +++ b/wip.md @@ -20,7 +20,7 @@ User Bugs ---- -- untranslated title, and body_header in supplier edit table popup + Post release