From 9c004b79d1ab0d6c4c00b832edb55f6e5f9d6059 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Mon, 14 Dec 2020 19:42:57 +0100 Subject: [PATCH] capitalize the first letter of a observations cmd title (monitored -> Monitored) --- discord/observations.go | 2 +- message/translations/active.en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/observations.go b/discord/observations.go index ee56c87..0bb1587 100644 --- a/discord/observations.go +++ b/discord/observations.go @@ -753,7 +753,7 @@ func (s *Session) handleObservationsCommand(ctx *commandCtx, m *discordgo.Messag SetTitle(ctx.localizer.MustLocalize(&i18n.LocalizeConfig{ MessageID: message.ObservationsTitle, DefaultMessage: message.FallbackMsg(message.ObservationsTitle, - "monitored tribes\nIndex | ID - Server - Tribe"), + "Monitored tribes\nIndex | ID - Server - Tribe"), })). SetFields(msg.ToMessageEmbedFields()). MessageEmbed) diff --git a/message/translations/active.en.json b/message/translations/active.en.json index 947d5d0..018d19b 100644 --- a/message/translations/active.en.json +++ b/message/translations/active.en.json @@ -79,7 +79,7 @@ "observations.invalidGroupID": "{{.Mention}} The group ID must be a number greater than 0.", "observations.groupNotFound": "{{.Mention}} Group not found.", - "observations.title": "monitored tribes\nIndex | ID - Server - Tribe", + "observations.title": "Monitored tribes\nIndex | ID - Server - Tribe", "showEnnobledBarbs.invalidGroupID": "{{.Mention}} The group ID must be a number greater than 0.", "showEnnobledBarbs.groupNotFound": "{{.Mention}} Group not found.",