aboutsummaryrefslogtreecommitdiff
path: root/app/views/exports/new.html.erb
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2024-03-14 17:20:47 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2024-03-14 17:20:47 +0100
commitef5cf7b98545f80cb10c29c6446ff659378fd03a (patch)
treead8fd92b04a80aa271d9e41fb3d96547d6dfc764 /app/views/exports/new.html.erb
parent991b229c1cf6f25af11b7219e001aa655ad5dbfb (diff)
downloadoperum-ef5cf7b98545f80cb10c29c6446ff659378fd03a.tar.gz
operum-ef5cf7b98545f80cb10c29c6446ff659378fd03a.zip
exports: added missing translated string
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'app/views/exports/new.html.erb')
-rw-r--r--app/views/exports/new.html.erb2
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>