mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
shorten settings reset text, add glyph
This commit is contained in:
parent
3793a2e06d
commit
e8d24edd16
2 changed files with 2 additions and 2 deletions
|
@ -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}}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue