From c3a47aee70906500a1a303b1b72377c04f43d50c Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 26 Nov 2014 23:57:14 -0800 Subject: [PATCH] use shorter Export button copy --- app/assets/javascripts/admin/templates/logs.hbs | 2 +- app/assets/javascripts/admin/templates/users_list.hbs | 2 +- config/locales/client.en.yml | 9 ++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app/assets/javascripts/admin/templates/logs.hbs b/app/assets/javascripts/admin/templates/logs.hbs index 35321dd463f..483381353c1 100644 --- a/app/assets/javascripts/admin/templates/logs.hbs +++ b/app/assets/javascripts/admin/templates/logs.hbs @@ -9,7 +9,7 @@
- +
diff --git a/app/assets/javascripts/admin/templates/users_list.hbs b/app/assets/javascripts/admin/templates/users_list.hbs index 36ae00e22a7..6cdf5c5ddf4 100644 --- a/app/assets/javascripts/admin/templates/users_list.hbs +++ b/app/assets/javascripts/admin/templates/users_list.hbs @@ -13,7 +13,7 @@
- +
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index a22f8aab1c9..1da4d87090a 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1684,13 +1684,12 @@ en: export_csv: users: - text: "Export Users" - title: "Export user list in a CSV file." + title: "Export full user list in CSV format." screened_ips: - text: "Export Screened IPs" - title: "Export screened IPs list in a CSV file." - success: "Export has been initiated, you will be notified shortly with progress." + title: "Export full screened IPs list in CSV format." + success: "Export initiated, you will be notified shortly with progress." failed: "Export failed. Please check the logs." + button_text: "Export" customize: title: "Customize"