diff options
Diffstat (limited to 'template/admin/html/auth.php')
-rw-r--r-- | template/admin/html/auth.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/admin/html/auth.php b/template/admin/html/auth.php index bb12053..f2b4cca 100644 --- a/template/admin/html/auth.php +++ b/template/admin/html/auth.php @@ -13,14 +13,14 @@ <section class="flex"> <section> <div class="form-icon-flex"><i class="fa fa-user-secret"></i></div> - <div class="form-label-flex"><label for="L_USERNAME"><?=$Language->template('LABEL_USERNAME')?></label></div> + <div class="form-label-flex"><label for="L_USERNAME"><?=$Language->template('label_username')?></label></div> <div class="form-field-flex"><input id="L_USERNAME" name="username" value="<?=escapeHTML($FORM['DATA']['USERNAME'])?>" /></div> </section> </section> <section class="flex"> <section> <div class="form-icon-flex"><i class="fa fa-key"></i></div> - <div class="form-label-flex"><label for="L_PASSWORD"><?=$Language->template('LABEL_PASSWORD')?></label></div> + <div class="form-label-flex"><label for="L_PASSWORD"><?=$Language->template('label_password')?></label></div> <div class="form-field-flex"><input type="password" id="L_PASSWORD" name="password" /></div> </section> </section> |