From dab0ec1d6622896d4914da8c65d568ee64d3389a Mon Sep 17 00:00:00 2001 From: scossar Date: Tue, 6 Feb 2018 18:33:02 -0800 Subject: [PATCH] Add translation key/value for target_user_not_found error message --- config/locales/server.en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index a2a6dc88ae0..cc7c109e4d5 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -394,6 +394,7 @@ en: cant_send_pm: "Sorry, you cannot send a personal message to that user." no_user_selected: "You must select a valid user." reply_by_email_disabled: "Reply by email has been disabled." + target_user_not_found: "One of the users you are sending this message to could not be found." featured_link: invalid: "is invalid. URL should include http:// or https://." invalid_category: "can't be edited in this category."