소스 검색

fixed wording for error message about blacklisted usernames

Siddharth Dushantha 5 년 전
부모
커밋
150b32083d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tmpmail

+ 1 - 1
tmpmail

@@ -115,7 +115,7 @@ generate_email_address() {
         # Check if the user is using username in the email address which appears
         # in the black list.
         if printf %b "$EMAIL_ADDRESS" | grep -Eq "$USERNAME_BLACK_LIST_REGEX"; then
-            print_error "Due to security reason that username cannot be used. Here are the blacklisted usernames:\n$USERNAME_BLACK_LIST"
+            print_error "For security reasons, that username cannot be used. Here are the blacklisted usernames:\n$USERNAME_BLACK_LIST"
         fi
 
         # Do a regex check to see if the email address provided by the user is a