mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:10:17 +08:00
UX: title text for wiki icon
This commit is contained in:
parent
9a70aa7be2
commit
60e70f82b9
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
{{/unless}}
|
||||
{{#if wiki}}
|
||||
<div {{action editPost this}} class="wiki"><i class="fa fa-pencil-square-o fa-3x"></i></div>
|
||||
<div {{action editPost this}} class="wiki" title="{{i18n post.wiki.about}}"><i class="fa fa-pencil-square-o fa-3x"></i></div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1034,6 +1034,9 @@ en:
|
|||
no_value: "No, keep"
|
||||
yes_value: "Yes, abandon"
|
||||
|
||||
wiki:
|
||||
about: "this post is a wiki; anyone can edit it"
|
||||
|
||||
archetypes:
|
||||
save: 'Save Options'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user