From 45527a9c1d370a2de9584d9dbe8e44ce2c7a587e Mon Sep 17 00:00:00 2001 From: enahum Date: Tue, 17 May 2016 08:57:10 -0300 Subject: Fix english html links in locs (#3019) --- webapp/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webapp/i18n') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 022235879..9c0a1d341 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -85,7 +85,7 @@ "admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting", "admin.compliance.enableTitle": "Enable Compliance:", "admin.compliance.false": "false", - "admin.compliance.noLicense": "

Note:

Compliance is an enterprise feature. Your current license does not support Compliance. Click here for information and pricing on enterprise licenses.

", + "admin.compliance.noLicense": "

Note:

Compliance is an enterprise feature. Your current license does not support Compliance. Click here for information and pricing on enterprise licenses.

", "admin.compliance.save": "Save", "admin.compliance.saving": "Saving Config...", "admin.compliance.title": "Compliance Settings", @@ -280,7 +280,7 @@ "admin.ldap.nicknameAttrDesc": "(Optional) The attribute in the LDAP server that will be used to populate the nickname of users in Mattermost.", "admin.ldap.nicknameAttrEx": "Ex \"nickname\"", "admin.ldap.nicknameAttrTitle": "Nickname Attribute:", - "admin.ldap.noLicense": "

Note:

LDAP is an enterprise feature. Your current license does not support LDAP. Click here for information and pricing on enterprise licenses.

", + "admin.ldap.noLicense": "

Note:

LDAP is an enterprise feature. Your current license does not support LDAP. Click here for information and pricing on enterprise licenses.

", "admin.ldap.portDesc": "The port Mattermost will use to connect to the LDAP server. Default is 389.", "admin.ldap.portEx": "Ex \"389\"", "admin.ldap.portTitle": "LDAP Port:", -- cgit v1.2.3-1-g7c22