Translation changed
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
<div class="small-12 column">
|
||||
<div class="row collapse">
|
||||
<div class="small-10 column">
|
||||
<label for="search-form-header" class="sr-only"><%= t("#{i18n_namespace}.title") %>-header</label>
|
||||
<label for="search-form-header" class="sr-only"><%= t("#{i18n_namespace}.title") %></label>
|
||||
<input type="text" id="search-form-header" name="search" placeholder="<%= t("#{i18n_namespace}.placeholder") %>" class="search-form">
|
||||
</div>
|
||||
<div class="small-2 column">
|
||||
<button type="submit" class="button postfix" title="<%= t("#{i18n_namespace}.button") %>-header">
|
||||
<span class="sr-only"><%= t("#{i18n_namespace}.button") %>-header</span>
|
||||
<button type="submit" class="button postfix" title="<%= t("#{i18n_namespace}.button") %>">
|
||||
<span class="sr-only"><%= t("#{i18n_namespace}.button") %></span>
|
||||
<i class="icon-search"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -394,7 +394,7 @@ en:
|
||||
date_5: 'Customized'
|
||||
from: 'From'
|
||||
to: 'To'
|
||||
search: 'Search'
|
||||
search: 'Filter'
|
||||
users:
|
||||
show:
|
||||
filters:
|
||||
|
||||
@@ -394,7 +394,7 @@ es:
|
||||
date_5: 'Personalizada'
|
||||
from: 'Desde'
|
||||
to: 'Hasta'
|
||||
search: 'Buscar'
|
||||
search: 'Filtrar'
|
||||
users:
|
||||
show:
|
||||
filters:
|
||||
|
||||
Reference in New Issue
Block a user