about summary refs log tree commit diff
path: root/app/views/settings
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-03-15 11:26:59 +0100
committerClaire <claire.github-309c@sitedethib.com>2021-03-15 11:26:59 +0100
commiteac4a3e9c82b0ff8ade2e8b86282387df6039868 (patch)
treed16cecb0e7c74dc8498074ce5e0670a4b3c67b2f /app/views/settings
parent995ad2af30d4838d07d68f0e89f1868307d1e478 (diff)
parente89e976e924f558d13893726b3edda7b428988fd (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views/settings')
-rw-r--r--app/views/settings/exports/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/exports/show.html.haml b/app/views/settings/exports/show.html.haml
index 18b52c0c2..c49613fdc 100644
--- a/app/views/settings/exports/show.html.haml
+++ b/app/views/settings/exports/show.html.haml
@@ -39,7 +39,7 @@
       %tr
         %th= t('exports.bookmarks')
         %td= number_with_delimiter @export.total_bookmarks
-        %td= table_link_to 'download', t('bookmarks.csv'), settings_exports_bookmarks_path(format: :csv)
+        %td= table_link_to 'download', t('exports.csv'), settings_exports_bookmarks_path(format: :csv)
 
 %hr.spacer/