use shorter Export button copy
This commit is contained in:
parent
013f1a6dd0
commit
c3a47aee70
|
@ -9,7 +9,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="pull-right">
|
||||
<button {{action "exportScreenedIps"}} class="btn" title="{{i18n admin.export_csv.screened_ips.title}}">{{fa-icon "download"}}{{i18n admin.export_csv.screened_ips.text}}</button>
|
||||
<button {{action "exportScreenedIps"}} class="btn" title="{{i18n admin.export_csv.screened_ips.title}}">{{fa-icon "download"}}{{i18n admin.export_csv.button_text}}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="pull-right">
|
||||
<button {{action "exportUsers"}} class="btn" title="{{i18n admin.export_csv.users.title}}"><i class="fa fa-download"></i>{{i18n admin.export_csv.users.text}}</button>
|
||||
<button {{action "exportUsers"}} class="btn" title="{{i18n admin.export_csv.users.title}}"><i class="fa fa-download"></i>{{i18n admin.export_csv.button_text}}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue