Fix bug #1512: Change empty description placeholder

stable
David Barragán Merino 2014-11-02 11:49:37 +01:00
parent 35aff99a31
commit 8e7b7348dc
1 changed files with 5 additions and 3 deletions

View File

@ -553,7 +553,7 @@ EditableDescriptionDirective = ($window, $document, $rootscope, $repo, $confirm,
<span class="edit icon icon-edit" href="" title="Edit" /> <span class="edit icon icon-edit" href="" title="Edit" />
</div> </div>
<div class="edit-description"> <div class="edit-description">
<textarea placeholder="Write a description of your user story" <textarea placeholder="Empty space is so boring... go on be descriptive... A rose by any other name would smell as sweet..."
ng-model="item.description" ng-model="item.description"
tg-markitup="tg-markitup"></textarea> tg-markitup="tg-markitup"></textarea>
<span class="save-container"> <span class="save-container">
@ -563,12 +563,14 @@ EditableDescriptionDirective = ($window, $document, $rootscope, $repo, $confirm,
""" # TODO: i18n """ # TODO: i18n
noDescriptionMegEditMode = """ noDescriptionMegEditMode = """
<p class="no-description editable"> <p class="no-description editable">
No description yet, why don't you add a good one clicking here? Empty space is so boring...
go on be descriptive...
A rose by any other name would smell as sweet...
</p> </p>
""" # TODO: i18n """ # TODO: i18n
noDescriptionMegReadMode = """ noDescriptionMegReadMode = """
<p class="no-description"> <p class="no-description">
No description No description yet.
</p> </p>
""" # TODO: i18n """ # TODO: i18n