FIX: Move GroupMe error message to server side translations (#196)

This commit is contained in:
Ted Johansson 2024-05-24 21:51:51 +08:00 committed by GitHub
parent cbdac03a84
commit 23d5dd2eab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -216,7 +216,6 @@ en:
help: "name of the Groupme instance as listed in Site Settings. use 'all' to send to all instances" help: "name of the Groupme instance as listed in Site Settings. use 'all' to send to all instances"
errors: errors:
not_found: "The path you attempted to post your message to was not found. Check the Bot ID in Site Settings." 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 ########## ######### MICROSOFT TEAMS STRINGS ##########
############################################ ############################################

View File

@ -306,3 +306,10 @@ en:
new_topic: "New topic on %{site_title}" new_topic: "New topic on %{site_title}"
author: "by @%{username}" author: "by @%{username}"
link: "View on %{site_title}" link: "View on %{site_title}"
#######################################
########## GROUPME STRINGS ###########
#######################################
groupme:
errors:
instance_names_issue: "instance names incorrectly formatted or not provided"