From 772b57386f4dd6bca97e7b7508e9c286bb60502f Mon Sep 17 00:00:00 2001 From: enahum Date: Fri, 4 Nov 2016 13:05:32 -0300 Subject: PLT-4550 move webrtc to TE (#4440) * PLT-4550 move webrtc to TE * remove webrtc from makefile enterprise tests --- i18n/en.json | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 31063739f..726059c5c 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2527,13 +2527,17 @@ "id": "api.webhook.regen_outgoing_token.permissions.app_error", "translation": "Inappropriate permissions to regenerate outcoming webhook token" }, + { + "id": "api.webrtc.disabled.app_error", + "translation": "WebRTC is not enabled in this server." + }, { "id": "api.webrtc.init.debug", "translation": "Initializing WebRTC api routes" }, { - "id": "api.webrtc.not_available.app_error", - "translation": "WebRTC is not available on this server." + "id": "api.webrtc.register_token.app_error", + "translation": "We encountered an error trying to register the WebRTC Token" }, { "id": "api.websocket_handler.invalid_param.app_error", @@ -2823,18 +2827,6 @@ "id": "ent.saml.update_saml_user.unable_error", "translation": "Unable to update existing SAML user. Allowing login anyway. err=%v" }, - { - "id": "ent.webrtc.disabled.app_error", - "translation": "WebRTC is not enabled in this server." - }, - { - "id": "ent.webrtc.license_disable.app_error", - "translation": "Your license does not support using Mattermost WebRTC" - }, - { - "id": "ent.webrtc.register_token.app_error", - "translation": "We encountered an error trying to register the WebRTC Token" - }, { "id": "error.generic.link_message", "translation": "Back to Mattermost" -- cgit v1.2.3-1-g7c22