Definition placeholder

This commit is contained in:
Edi 2017-10-16 11:11:07 +02:00 committed by GitHub
parent 72f5d41fd0
commit 4cdd1b51bb
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ class pluginsimpleMDE extends Plugin {
toolbarTips: true,
toolbarGuideIcon: true,
autofocus: false,
placeholder: "Content here. Supports Markdown and HTML code.",
placeholder: "'.$Language->get('Content here Supports Markdown and HTML code').'",
lineWrapping: true,
autoDownloadFontAwesome: false,
indentWithTabs: true,
@ -147,4 +147,4 @@ class pluginsimpleMDE extends Plugin {
return false;
}
}
}