From 24fcb20079d93545fd27d0de320cca2575b93a55 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 20 Jun 2022 17:04:29 +0800 Subject: [PATCH] * Finish task #57895. --- module/admin/lang/en.php | 2 +- module/admin/view/resetpwdsetting.html.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module/admin/lang/en.php b/module/admin/lang/en.php index b973b7b87b..588ccac8d3 100644 --- a/module/admin/lang/en.php +++ b/module/admin/lang/en.php @@ -27,7 +27,7 @@ $lang->admin->api = 'API'; $lang->admin->log = 'Log'; $lang->admin->setting = 'Setting'; $lang->admin->days = 'Valid Day'; -$lang->admin->resetPWDByMail = 'Reset the password through the mailbox'; +$lang->admin->resetPWDByMail = 'Reset the password through the email'; $lang->admin->info = new stdclass(); $lang->admin->info->version = 'Current Version is %s. '; diff --git a/module/admin/view/resetpwdsetting.html.php b/module/admin/view/resetpwdsetting.html.php index b6c5c99c04..a89a01d622 100644 --- a/module/admin/view/resetpwdsetting.html.php +++ b/module/admin/view/resetpwdsetting.html.php @@ -1,13 +1,13 @@ + * @author Shujie Tian * @package admin * @version $Id$ - * @link http://www.zentao.net + * @link https://www.zentao.net */ ?>