mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
New post title placeholder
This commit is contained in:
parent
f5216db326
commit
19272a03cc
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<header>
|
||||
<section class="box entry-title">
|
||||
<input type="text" id="entry-title"
|
||||
placeholder="{{e "editor.entry_title.placeholder" "The Post Title Gets Inserted Up Here"}}"
|
||||
placeholder="{{e "editor.entry_title.placeholder" "Your Post Title"}}"
|
||||
value="" tabindex="1">
|
||||
</section>
|
||||
</header>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"icon.settings.label": "Settings",
|
||||
|
||||
"__SECTION__": "editor",
|
||||
"editor.entry_title.placeholder": "The Post Title Gets Inserted Up Here",
|
||||
"editor.entry_title.placeholder": "Your Post Title",
|
||||
"editor.entry_permalink.label": "Permalink:",
|
||||
"editor.entry_permalink.example_url": "http://yoursite.com/",
|
||||
"editor.entry_permalink.example_slug": "the-post-title-goes-here",
|
||||
|
|
Loading…
Reference in a new issue