Commit 4de9d32a688164c74b2c9393f4b009fed0aae41c

Authored by Rafael Manzo
1 parent d17bcacc

Corrected and translated tooltips for sign up form

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
app/views/devise/registrations/new.html.erb
... ... @@ -12,7 +12,7 @@
12 12 <%= f.text_field :name, :autofocus => true, class: 'label2' %></div>
13 13 <div class="help">
14 14 <p>
15   - Seu nome!
  15 + Your name!
16 16 </p>
17 17 </div>
18 18 </div>
... ... @@ -24,7 +24,7 @@
24 24 </div>
25 25 <div class="help">
26 26 <p>
27   - Seu nome!
  27 + Your email!
28 28 </p>
29 29 </div>
30 30 </div>
... ... @@ -36,7 +36,7 @@
36 36 </div>
37 37 <div class="help">
38 38 <p>
39   - Seu nome!
  39 + Your password!
40 40 </p>
41 41 </div>
42 42 </div>
... ... @@ -48,7 +48,7 @@
48 48 </div>
49 49 <div class="help">
50 50 <p>
51   - Seu nome!
  51 + Confirm your password!
52 52 </p>
53 53 </div>
54 54 </div>
... ...