mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
UX: title text for wiki icon
This commit is contained in:
parent
9a70aa7be2
commit
60e70f82b9
@ -28,7 +28,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{#if wiki}}
|
{{#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}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -1034,6 +1034,9 @@ en:
|
|||||||
no_value: "No, keep"
|
no_value: "No, keep"
|
||||||
yes_value: "Yes, abandon"
|
yes_value: "Yes, abandon"
|
||||||
|
|
||||||
|
wiki:
|
||||||
|
about: "this post is a wiki; anyone can edit it"
|
||||||
|
|
||||||
archetypes:
|
archetypes:
|
||||||
save: 'Save Options'
|
save: 'Save Options'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user