Fix placeholder

stable
David Barragán Merino 2014-10-29 17:33:34 +01:00
parent 98c4928e1b
commit 41831c2bd1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ MAX_MEMBERSHIP_FIELDSETS = 4
CreateMembersDirective = ($rs, $rootScope, $confirm, lightboxService) ->
extraTextTemplate = """
<fieldset class="extra-text">
<textarea placeholder="(Optional) Add a personalized text to to the invitation"></textarea>
<textarea placeholder="(Optional) Add a personalized text to the invitation. Tell something lovely to your new members ;-)"></textarea>
</fieldset>
"""