mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:50:14 +08:00
remove a few strings on admin in favor of glyphs
This commit is contained in:
parent
6d09f53dfc
commit
6795d378b4
|
@ -16,7 +16,7 @@
|
|||
<td>
|
||||
<div class="pull-right">
|
||||
<a {{bind-attr href="backup.link"}} class="btn download" title="{{i18n admin.backups.operations.download.title}}"><i class="fa fa-download"></i>{{i18n admin.backups.operations.download.text}}</a>
|
||||
<button {{action destroyBackup backup}} class="btn btn-danger" {{bind-attr disabled="destroyDisabled" title="destroyTitle"}}><i class="fa fa-trash-o"></i>{{i18n admin.backups.operations.destroy.text}}</button>
|
||||
<button {{action destroyBackup backup}} class="btn btn-danger" {{bind-attr disabled="destroyDisabled" title="destroyTitle"}}><i class="fa fa-trash-o"></i></button>
|
||||
<button {{action startRestore backup}} class="btn" {{bind-attr disabled="restoreDisabled" title="restoreTitle"}}><i class="fa fa-play"></i>{{i18n admin.backups.operations.restore.text}}</button>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
<div class="col created_at">{{age-with-tooltip created_at}}</div>
|
||||
<div class="col actions">
|
||||
{{#unless editing}}
|
||||
<button class="btn btn-danger" {{action destroy this}}><i class="fa fa-trash-o"></i> {{i18n admin.logs.delete}}</button>
|
||||
<button class="btn" {{action edit this}}><i class="fa fa-pencil"></i> {{i18n admin.logs.edit}}</button>
|
||||
<button class="btn btn-danger" {{action destroy this}}><i class="fa fa-trash-o"></i></button>
|
||||
<button class="btn" {{action edit this}}><i class="fa fa-pencil"></i></button>
|
||||
{{#if isBlocked}}
|
||||
<button class="btn" {{action allow this}}><i {{bind-attr class=":fa doNothingIcon"}}></i> {{i18n admin.logs.screened_ips.actions.do_nothing}}</button>
|
||||
{{else}}
|
||||
|
|
|
@ -1721,7 +1721,7 @@ en:
|
|||
|
||||
email_log:
|
||||
no_user: "Can't find user with id %{user_id}"
|
||||
suspended_not_pm: "User is supsended and email is not a private message"
|
||||
suspended_not_pm: "User is suspended, not a private message"
|
||||
seen_recently: "User was seen recently"
|
||||
post_not_found: "Can't find a post with id %{post_id}"
|
||||
notification_already_read: "The notification this email is about has already been read"
|
||||
|
|
Loading…
Reference in New Issue
Block a user