shorten settings reset text, add glyph

This commit is contained in:
Jeff Atwood 2014-05-17 01:07:43 -07:00
parent 3793a2e06d
commit e8d24edd16
2 changed files with 2 additions and 2 deletions

View file

@ -12,6 +12,6 @@
</div>
{{else}}
{{#if overridden}}
<button class='btn' href='#' {{action resetDefault this}}>{{i18n admin.site_settings.reset}}</button>
<button class='btn' href='#' {{action resetDefault this}}><i class="fa fa-undo"></i>{{i18n admin.site_settings.reset}}</button>
{{/if}}
{{/if}}

View file

@ -1749,7 +1749,7 @@ en:
site_settings:
show_overriden: 'Only show overridden'
title: 'Settings'
reset: 'reset to default'
reset: 'reset'
none: 'none'
no_results: "No results found."
clear_filter: "Clear"