"Email" doesn't exist, use "Email address" instead
git-svn-id: http://piwigo.org/svn/trunk@23490 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
61ca0d0c6c
commit
e3c95b4770
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ function togglePrivacyLevelBox()
|
|||
<p><input type="text" name="author" id="author" value="{$comment_add.AUTHOR}"></p>
|
||||
{/if}
|
||||
{if $comment_add.SHOW_EMAIL}
|
||||
<p><label for="email">{'Email'|@translate}{if $comment_add.EMAIL_MANDATORY} ({'mandatory'|@translate}){/if} :</label></p>
|
||||
<p><label for="email">{'Email address'|@translate}{if $comment_add.EMAIL_MANDATORY} ({'mandatory'|@translate}){/if} :</label></p>
|
||||
<p><input type="text" name="email" id="email" value="{$comment_add.EMAIL}"></p>
|
||||
{/if}
|
||||
<p><label for="website_url">{'Website'|@translate} :</label></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue