From 23d5dd2eab797e30529ca11f3efb99a0d9a21cc6 Mon Sep 17 00:00:00 2001 From: Ted Johansson Date: Fri, 24 May 2024 21:51:51 +0800 Subject: [PATCH] FIX: Move GroupMe error message to server side translations (#196) --- config/locales/client.en.yml | 1 - config/locales/server.en.yml | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 61aff35..007549d 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -216,7 +216,6 @@ en: help: "name of the Groupme instance as listed in Site Settings. use 'all' to send to all instances" errors: not_found: "The path you attempted to post your message to was not found. Check the Bot ID in Site Settings." - instance_names_issue: "instance names incorrectly formatted or not provided" ############################################ ######### MICROSOFT TEAMS STRINGS ########## ############################################ diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 9fc5f4d..c35c8a4 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -306,3 +306,10 @@ en: new_topic: "New topic on %{site_title}" author: "by @%{username}" link: "View on %{site_title}" + + ####################################### + ########## GROUPME STRINGS ########### + ####################################### + groupme: + errors: + instance_names_issue: "instance names incorrectly formatted or not provided"