diff options
author | Unknwon <u@gogs.io> | 2017-04-07 23:23:39 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-07 23:23:39 -0400 |
commit | 6500aafcb867e37379b1f238198e95134b09ac4e (patch) | |
tree | 8e7c371bbc20935e1b2ea33478434b16ef0f1a0c /conf/locale | |
parent | 6ebdf91b327313a0d258ee473b5da5314377e348 (diff) |
install: validate port in SMTP host address (#2243)
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index c830b0ab..07fd1132 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -119,6 +119,7 @@ sqlite3_not_available = Your release version does not support SQLite3, please do invalid_db_setting = Database setting is not correct: %v invalid_repo_path = Repository root path is invalid: %v run_user_not_match = Run user isn't the current user: %s -> %s +smtp_host_missing_port = SMTP Host is missing port in address. invalid_smtp_from = SMTP From field is not valid: %v save_config_failed = Fail to save configuration: %v invalid_admin_setting = Admin account setting is invalid: %v |