Commit d63889bd5ecf00e589fc06e3e610eae65cd8e871
1 parent
f1acd8e1
Exists in
colab
and in
4 other branches
Fixed language key
Signed-off-by: Diego Araujo <diegoamc90@gmail.com>
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
app/views/layouts/application.html.erb
@@ -73,7 +73,7 @@ | @@ -73,7 +73,7 @@ | ||
73 | <% end %> | 73 | <% end %> |
74 | <li class="dropdown"> | 74 | <li class="dropdown"> |
75 | <a class="dropdown-toggle" aria-expanded="true" role="button" data-toggle="dropdown" href="#"> | 75 | <a class="dropdown-toggle" aria-expanded="true" role="button" data-toggle="dropdown" href="#"> |
76 | - <%= t('idiom') %> | 76 | + <%= t('language') %> |
77 | <span class="caret"></span> | 77 | <span class="caret"></span> |
78 | </a> | 78 | </a> |
79 | <ul class="dropdown-menu" role="menu"> | 79 | <ul class="dropdown-menu" role="menu"> |
config/locales/views/en.yml
@@ -97,4 +97,4 @@ en: | @@ -97,4 +97,4 @@ en: | ||
97 | create: "Create %{model}" | 97 | create: "Create %{model}" |
98 | add: "Add" | 98 | add: "Add" |
99 | sure_destroy: "Are you sure that you want to destroy this %{model}?" | 99 | sure_destroy: "Are you sure that you want to destroy this %{model}?" |
100 | - idiom: "Language" | 100 | + language: "Language" |
config/locales/views/pt.yml
@@ -97,4 +97,4 @@ pt: | @@ -97,4 +97,4 @@ pt: | ||
97 | create: "Criar %{model}" | 97 | create: "Criar %{model}" |
98 | add: "Adicionar" | 98 | add: "Adicionar" |
99 | sure_destroy: "Você tem certeza que deseja apagar este(a) %{model}?" | 99 | sure_destroy: "Você tem certeza que deseja apagar este(a) %{model}?" |
100 | - idiom: "Idioma" | 100 | + language: "Idioma" |