chore: update trial license warning text
Prior to this change, the "apply for a new license" sentence period symbol corrupted the http URL
This commit is contained in:
parent
bce8fd2fbc
commit
abe086e1a0
|
@ -11,8 +11,8 @@
|
||||||
"\n"
|
"\n"
|
||||||
"========================================================================\n"
|
"========================================================================\n"
|
||||||
"Using an evaluation license limited to ~p concurrent connections.\n"
|
"Using an evaluation license limited to ~p concurrent connections.\n"
|
||||||
"Apply for a license at https://emqx.com/apply-licenses/emqx.\n"
|
"Visit https://emqx.com/apply-licenses/emqx to apply a new license.\n"
|
||||||
"Or contact EMQ customer services via email at contact@emqx.io\n"
|
"Or contact EMQ customer services via email contact@emqx.io\n"
|
||||||
"========================================================================\n"
|
"========================================================================\n"
|
||||||
).
|
).
|
||||||
|
|
||||||
|
@ -20,8 +20,8 @@
|
||||||
"\n"
|
"\n"
|
||||||
"========================================================================\n"
|
"========================================================================\n"
|
||||||
"License has been expired for ~p days.\n"
|
"License has been expired for ~p days.\n"
|
||||||
"Apply for a new license at https://emqx.com/apply-licenses/emqx.\n"
|
"Visit https://emqx.com/apply-licenses/emqx to apply a new license.\n"
|
||||||
"Or contact EMQ customer services via email at contact@emqx.io\n"
|
"Or contact EMQ customer services via email contact@emqx.io\n"
|
||||||
"========================================================================\n"
|
"========================================================================\n"
|
||||||
).
|
).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue