diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/exports/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/exports/new.html.erb b/app/views/exports/new.html.erb index 73481a7..0f47bf8 100644 --- a/app/views/exports/new.html.erb +++ b/app/views/exports/new.html.erb @@ -10,5 +10,5 @@ <option value="uoc">UOC</option> </select> - <a id="export-format-button" class="button" href="#">Export</a> + <a id="export-format-button" class="button" href="#"><%= I18n.t('searches.export.action').capitalize %></a> </div> |
