fix lang
This commit is contained in:
@@ -210,7 +210,8 @@
|
||||
"streamPostInfo": "Type <strong>@username</strong> to mention users in the post.\n\nAvailable markdown syntax:\n`<code>code</code>`\n**<strong>strong text</strong>**\n*<em>emphasized text</em>*\n~<del>deleted text</del>~\n> blockquote\n(url)[link]",
|
||||
"writeYourCommentHere": "Write your comment here",
|
||||
"writeMessageToUser": "Write a message to {user}",
|
||||
"writeMessageToSelf": "Write a message to self"
|
||||
"writeMessageToSelf": "Write a message to self",
|
||||
"typeAndPressEnter": "Type & press enter"
|
||||
},
|
||||
"boolFilters": {
|
||||
"onlyMy": "Only My",
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
{{#if hasOptions}}
|
||||
<button class="btn btn-default btn-block" type="button" data-action="showAddModal">{{translate 'Add'}}</button>
|
||||
{{else}}
|
||||
<input class="main-element form-control select" type="text" autocomplete="off" placeholder="{{#if this.options}}{{translate 'Select'}}{{else}}{{translate 'Type & press enter'}}{{/if}}">
|
||||
<input class="main-element form-control select" type="text" autocomplete="off" placeholder="{{#if this.options}}{{translate 'Select'}}{{else}}{{translate 'typeAndPressEnter' category='messages'}}{{/if}}">
|
||||
{{/if}}
|
||||
|
||||
@@ -47,12 +47,12 @@ Espo.define('views/modals/compose-email', 'views/modals/edit', function (Dep) {
|
||||
|
||||
this.buttonList.unshift({
|
||||
name: 'saveDraft',
|
||||
text: this.translate('Save Draft'),
|
||||
text: this.translate('Save Draft', 'labels', 'Email'),
|
||||
});
|
||||
|
||||
this.buttonList.unshift({
|
||||
name: 'send',
|
||||
text: this.getLanguage().translate('Send'),
|
||||
text: this.translate('Send', 'labels', 'Email'),
|
||||
style: 'primary'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user