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,7 +12,7 @@
12 <%= f.text_field :name, :autofocus => true, class: 'label2' %></div> 12 <%= f.text_field :name, :autofocus => true, class: 'label2' %></div>
13 <div class="help"> 13 <div class="help">
14 <p> 14 <p>
15 - Seu nome! 15 + Your name!
16 </p> 16 </p>
17 </div> 17 </div>
18 </div> 18 </div>
@@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
24 </div> 24 </div>
25 <div class="help"> 25 <div class="help">
26 <p> 26 <p>
27 - Seu nome! 27 + Your email!
28 </p> 28 </p>
29 </div> 29 </div>
30 </div> 30 </div>
@@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
36 </div> 36 </div>
37 <div class="help"> 37 <div class="help">
38 <p> 38 <p>
39 - Seu nome! 39 + Your password!
40 </p> 40 </p>
41 </div> 41 </div>
42 </div> 42 </div>
@@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
48 </div> 48 </div>
49 <div class="help"> 49 <div class="help">
50 <p> 50 <p>
51 - Seu nome! 51 + Confirm your password!
52 </p> 52 </p>
53 </div> 53 </div>
54 </div> 54 </div>