Skip to content

Commit

Permalink
Add description for alternative emails form fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Altmann committed Feb 22, 2016
1 parent d0cf6e7 commit ac19515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= f.input_step :alternative_emails do
= f.inputs do
h4= t('formtastic.labels.user.alternative_emails', email: resource.email)

.Accordion-step
= f.input :invoicing_email, required: false, as: :email, tooltip: true,
placeholder: resource.email
Expand Down
1 change: 1 addition & 0 deletions config/locales/old/gems/formtastic/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ de:
cancellation: "Widerrufsbelehrung"
cancellation_form: "Widerrufsformular (PDF-Datei)"
about: "Impressum und Kontakt"
alternative_emails: "Normalerweise werden alle Deine E-Mails an %{email} geschickt. Hier kannst du spezielle E-Mail-Adressen eingeben, an die Rechnungen von Fairmondo oder Bestellbestätigungen geschickt werden."
bank_account_notification: "(Beachte, dass sich eine Änderung auf all Deine Artikel auswirkt, bei der Du die Bezahloption \"Überweisung\" gewählt hast.)"
bank_code: "Bankleitzahl"
bank_name: "Name der Bank"
Expand Down

0 comments on commit ac19515

Please sign in to comment.