FIX: Move GroupMe error message to server side translations (#196)
This commit is contained in:
parent
cbdac03a84
commit
23d5dd2eab
|
@ -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 ##########
|
||||||
############################################
|
############################################
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue