From db238a205c34de79c37141265502b7c98f3cb86b Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Fri, 3 Nov 2023 08:27:34 -0600 Subject: [PATCH] MM-55202-remove 'boards' from help command (#25225) * remove 'boards' from help command * remove boards from /help command --------- Co-authored-by: Mattermost Build --- server/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/i18n/en.json b/server/i18n/en.json index 2cffbef7a2..7bcfb7fc7b 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -916,7 +916,7 @@ }, { "id": "api.command_help.success", - "translation": "Mattermost is an open source platform for secure communication, collaboration, and orchestration of work across tools and teams.\r\nMattermost contains three key tools:\r\n\r\n**Channels** - Stay connected with your team via 1:1 and group messaging.\r\n**[Playbooks](/playbooks)** - Build and configure repeatable processes to achieve specific and predictable outcomes.\r\n**[Boards](/boards)** - Manage projects and tasks in a Kanban board structure to help your team hit key milestones.\r\n\r\n[View documentation and guides]({{.HelpLink}})" + "translation": "Mattermost is an open source platform for secure communication, collaboration, and orchestration of work across tools and teams.\r\nMattermost contains two key tools:\r\n\r\n**Channels** - Stay connected with your team via 1:1 and group messaging.\r\n**[Playbooks](/playbooks)** - Build and configure repeatable processes to achieve specific and predictable outcomes.\r\n\r\n[View documentation and guides]({{.HelpLink}})" }, { "id": "api.command_invite.channel.app_error",