translate title of signup index and invited

This commit is contained in:
Carl Chenet 2018-10-17 19:08:11 +02:00
parent 7a14242329
commit b03d986b23
4 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div class="box wide">
<div class="legend">
Create an Account
<%= t('.createaccounttitle') %>
</div>
<p>

View File

@ -1,6 +1,6 @@
<div class="box wide">
<div class="legend">
Create an Account
<%= t('.createaccounttitle') %>
</div>
<%= form_for @new_user, { :url => signup_path } do |f| %>

View File

@ -385,6 +385,11 @@ en:
update:
updatesettingsflash: "Successfully updated settings."
passwordnotcorrect: "Your current password was not entered correctly."
signup:
index:
createaccounttitle: "Create an Account"
invited:
createaccounttitle: "Create an Account"
stories:
edit:
edit: "Edit Story"

View File

@ -396,6 +396,11 @@ fr:
update:
updatesettingsflash: "Paramètres mis à jour avec succès."
passwordnotcorrect: "Le mot de passe courant n'a pas été entré correctement."
signup:
index:
createaccounttitle: "Créer un compte"
invited:
createaccounttitle: "Créer un compte"
stories:
edit:
edit: "Éditer l'info"