From abe086e1a0c483caad8e52491e164473e57441b6 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Fri, 29 Sep 2023 21:48:27 +0200 Subject: [PATCH] chore: update trial license warning text Prior to this change, the "apply for a new license" sentence period symbol corrupted the http URL --- lib-ee/emqx_license/include/emqx_license.hrl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib-ee/emqx_license/include/emqx_license.hrl b/lib-ee/emqx_license/include/emqx_license.hrl index 2bd5ee9ec..60febc4cd 100644 --- a/lib-ee/emqx_license/include/emqx_license.hrl +++ b/lib-ee/emqx_license/include/emqx_license.hrl @@ -11,8 +11,8 @@ "\n" "========================================================================\n" "Using an evaluation license limited to ~p concurrent connections.\n" - "Apply for a license at https://emqx.com/apply-licenses/emqx.\n" - "Or contact EMQ customer services via email at contact@emqx.io\n" + "Visit https://emqx.com/apply-licenses/emqx to apply a new license.\n" + "Or contact EMQ customer services via email contact@emqx.io\n" "========================================================================\n" ). @@ -20,8 +20,8 @@ "\n" "========================================================================\n" "License has been expired for ~p days.\n" - "Apply for a new license at https://emqx.com/apply-licenses/emqx.\n" - "Or contact EMQ customer services via email at contact@emqx.io\n" + "Visit https://emqx.com/apply-licenses/emqx to apply a new license.\n" + "Or contact EMQ customer services via email contact@emqx.io\n" "========================================================================\n" ).