diff --git a/app/views/signup/invited.html.erb b/app/views/signup/invited.html.erb index fbdf83a..4b7ca70 100644 --- a/app/views/signup/invited.html.erb +++ b/app/views/signup/invited.html.erb @@ -60,7 +60,7 @@
- Markdown formatting available + <%= t('.markdownavailable') %>
@@ -70,7 +70,7 @@

- <%= submit_tag "Signup" %> + <%= submit_tag t('.signup') %>

<% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 5e7745f..1cfd724 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -396,6 +396,8 @@ en: passwordagain: "Password (again):" about: "Want to tell us about yourself? It's optional, but it will be visible in your public profile and can be changed at any time." abouttitle: "About:" + markdownavailable: "Markdown formatting available" + signup: "Signup" invited: createaccounttitle: "Create an Account" stories: diff --git a/config/locales/fr.yml b/config/locales/fr.yml index a3dcb2f..a257fa6 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -409,6 +409,8 @@ fr: passwordagain: "Mot de passe (confirmation) :" about: "Envie de parler de vous ? C'est optionnel, ce sera visible sur votre profil public et vous pourrez le changer comme bon vous semble." abouttitle: "À propos :" + markdownavailable: "Syntaxe Markdown disponible" + signup: "S'inscrire" stories: edit: edit: "Éditer l'info"