Update for translation

Adde echo & gettext function
This commit is contained in:
farggus 2020-03-31 01:38:52 +03:00 committed by GitHub
parent 98e16d9a95
commit b5482defcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<form enctype="application/x-www-form-urlencoded" method="post" action=""> <form enctype="application/x-www-form-urlencoded" method="post" action="">
<dl class="zend_form"> <dl class="zend_form">
<p>Please enter both your username and email address.</p> <p><?php echo(_("Please enter both your username and email address.")); ?></p>
<dt id="username-label"> <dt id="username-label">
<label for="username" class="required"> <label for="username" class="required">
<?php echo $this->element->getElement('username')->getLabel() ?> <?php echo $this->element->getElement('username')->getLabel() ?>