diff options
author | puffybsd <puffybsd@yahoo.com> | 2017-02-23 20:37:13 -0500 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-02-24 09:37:13 +0800 |
commit | 8de8e11487ebd729d026c8a71adfa9ea6b926a69 (patch) | |
tree | c64dd54ac9a2d0c81551865b8d0c7af2448aaa26 /options | |
parent | 832477b1bceb003ce12529c7797a53e80c936d58 (diff) | |
download | gitea-8de8e11487ebd729d026c8a71adfa9ea6b926a69.tar.gz gitea-8de8e11487ebd729d026c8a71adfa9ea6b926a69.zip |
Fixes 1019, install page SMTP user is required to (#1020)
to be an email address.
Signed-off-by: P.B. <puffybsd@yahoo.com>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 9043ff12b6..5a8b4ebd22 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -97,7 +97,7 @@ email_title = Email Service Settings smtp_host = SMTP Host smtp_from = From smtp_from_helper = Mail from address, RFC 5322. It can be just an email address, or the "Name" <email@example.com> format. -mailer_user = Sender Email +mailer_user = Sender User mailer_password = Sender Password register_confirm = Enable Register Confirmation mail_notify = Enable Mail Notification |