capitalize the first letter of a observations cmd title (monitored -> Monitored)

This commit is contained in:
Dawid Wysokiński 2020-12-14 19:42:57 +01:00
parent 7413b6f4ba
commit 9c004b79d1
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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.",