From 0ceabcdac3c0e0848b2f599435a23dab3e2c726f Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Wed, 11 Mar 2015 10:31:33 +0100 Subject: [PATCH] Add submitted message after contact form submit --- config/locales/website.en.yml | 1 + config/locales/website.nl.yml | 1 + wip.md | 7 ++++++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config/locales/website.en.yml b/config/locales/website.en.yml index a30fe9e8..3a8464b9 100644 --- a/config/locales/website.en.yml +++ b/config/locales/website.en.yml @@ -1,4 +1,5 @@ en: website: contact_form: + submitted: Submitted: You successfully submitted the contact form send_button: "Send form" diff --git a/config/locales/website.nl.yml b/config/locales/website.nl.yml index cd136aa7..8b8d4b4c 100644 --- a/config/locales/website.nl.yml +++ b/config/locales/website.nl.yml @@ -1,4 +1,5 @@ nl: website: contact_form: + submitted: Submitted: You successfully submitted the contact form send_button: Verstuur diff --git a/wip.md b/wip.md index f19ebaad..be293368 100644 --- a/wip.md +++ b/wip.md @@ -14,7 +14,6 @@ Supplier - english emails - Add qr print functionality offering to send the stickers - Add qr-print button to tables -- Product variants - Order product buttons to views - Use modernizr svg to determine svg handling capabilities @@ -39,6 +38,12 @@ General ------- - Loading pages +- Product variants +- Timed delivering + - minimum delay + - What products + - how to display + Post release ============