use shorter Export button copy
This commit is contained in:
parent
013f1a6dd0
commit
c3a47aee70
|
@ -9,7 +9,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="pull-right">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="pull-right">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1684,13 +1684,12 @@ en:
|
||||||
|
|
||||||
export_csv:
|
export_csv:
|
||||||
users:
|
users:
|
||||||
text: "Export Users"
|
title: "Export full user list in CSV format."
|
||||||
title: "Export user list in a CSV file."
|
|
||||||
screened_ips:
|
screened_ips:
|
||||||
text: "Export Screened IPs"
|
title: "Export full screened IPs list in CSV format."
|
||||||
title: "Export screened IPs list in a CSV file."
|
success: "Export initiated, you will be notified shortly with progress."
|
||||||
success: "Export has been initiated, you will be notified shortly with progress."
|
|
||||||
failed: "Export failed. Please check the logs."
|
failed: "Export failed. Please check the logs."
|
||||||
|
button_text: "Export"
|
||||||
|
|
||||||
customize:
|
customize:
|
||||||
title: "Customize"
|
title: "Customize"
|
||||||
|
|
Loading…
Reference in New Issue