mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 00:11:48 +00:00
Translate placeholders
This commit is contained in:
parent
637cfa2e18
commit
2553dfbf82
1 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@ script(type='text/ng-template', id='commentEntryTemplate')
|
|||
ng-model="entry.replyContent"
|
||||
ng-keypress="handleCommentReplyKeyPress($event);"
|
||||
stop-propagation="click"
|
||||
placeholder="{{ 'Hit \"Enter\" to reply' + (entry.resolved ? ' and re-open' : '') }}"
|
||||
placeholder=translate("hit_enter_to_reply")
|
||||
)
|
||||
.rp-entry-actions
|
||||
button.rp-entry-button(
|
||||
|
@ -325,7 +325,7 @@ script(type='text/ng-template', id='addCommentEntryTemplate')
|
|||
expandable-text-area
|
||||
ng-model="state.content"
|
||||
ng-keypress="handleCommentKeyPress($event);"
|
||||
placeholder="Add your comment here"
|
||||
placeholder=translate("add_your_comment_here")
|
||||
focus-on="comment:new:open"
|
||||
ng-blur="submitNewComment()"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue