mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
mention shortcut in the tooltip on the submit button
This commit is contained in:
parent
5f080a9b5e
commit
21f757fd72
|
@ -82,7 +82,7 @@
|
|||
|
||||
{{#if currentUser}}
|
||||
<div class='submit-panel'>
|
||||
<button {{action save}} tabindex="4" {{bind-attr class=":btn :btn-primary :create model.cantSubmitPost:disabled"}}>{{model.saveText}}</button>
|
||||
<button {{action save}} tabindex="4" {{bind-attr class=":btn :btn-primary :create model.cantSubmitPost:disabled"}} title="{{i18n composer.title}}">{{model.saveText}}</button>
|
||||
<a href='#' {{action cancel}} class='cancel' tabindex="4">{{i18n cancel}}</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
|
@ -524,6 +524,7 @@ en:
|
|||
cancel: "Cancel"
|
||||
create_topic: "Create Topic"
|
||||
create_pm: "Create Private Message"
|
||||
title: "Or press Ctrl+Enter"
|
||||
|
||||
users_placeholder: "Add a user"
|
||||
title_placeholder: "Type your title here. What is this discussion about in one brief sentence?"
|
||||
|
|
Loading…
Reference in New Issue
Block a user