From 3b4c9d7588e061b865dd5e35e785919962875fb9 Mon Sep 17 00:00:00 2001 From: TzeKei Lee Date: Thu, 15 Sep 2016 05:16:51 +0800 Subject: [PATCH] Fix 'use slash command' instead of 'user slash command' (#4023) --- i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 5306be466f..1841ac9188 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -57,11 +57,11 @@ }, { "id": "authentication.permissions.team_use_slash_commands.name", - "translation": "User Slash Commands" + "translation": "Use Slash Commands" }, { "id": "authentication.permissions.team_use_slash_commands.description", - "translation": "Ability to user slash commands" + "translation": "Ability to use slash commands" }, { "id": "api.auth.unable_to_get_user.app_error",