From 998519066c35e6c19e9bd0d3766ca8eeb986f75d Mon Sep 17 00:00:00 2001 From: Luka Murn Date: Tue, 24 Oct 2017 10:00:10 +0200 Subject: [PATCH] Remove unneeded localized Strings --- app/javascript/src/config/locales/messages.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/javascript/src/config/locales/messages.js b/app/javascript/src/config/locales/messages.js index 5f480186c..4f6cd1389 100644 --- a/app/javascript/src/config/locales/messages.js +++ b/app/javascript/src/config/locales/messages.js @@ -28,13 +28,6 @@ export default { file_too_large: "file too large (maximum size is {max_size} MB)" } }, - error_messages: { - text_too_short: "is too short (minimum is {min_length} characters)", - text_too_long: "is too long (maximum is {max_length} characters)", - cant_be_blank: "can't be blank", - invalid_email: "invalid email", - passwords_dont_match: "Passwords don't match" - }, navbar: { page_title: "sciNote", home_label: "Home",