From 1510ade47a484ab81144129fa0fcc6c26e6f0ccd Mon Sep 17 00:00:00 2001 From: Dusty Williams Date: Thu, 5 Oct 2017 08:33:29 -0400 Subject: [PATCH] revised error message for comments less than two characters in length - dmw --- locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.yml b/locales/en.yml index a979739b5..397acdde6 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -186,7 +186,7 @@ en: embedlink: copy: "Copy to Clipboard" error: - COMMENT_TOO_SHORT: "Your comment must have something in it" + COMMENT_TOO_SHORT: "Comments should be more than one character, please revise your comment and try again." NOT_AUTHORIZED: "You are not authorized to perform this action." NO_SPECIAL_CHARACTERS: "Usernames can contain letters numbers and _ only" PASSWORD_LENGTH: "Password is too short"