update email wording

This commit is contained in:
Son NK 2021-04-09 12:43:30 +02:00
parent aad1270e0d
commit 62c36a6e22
4 changed files with 11 additions and 4 deletions

View File

@ -9,7 +9,8 @@
{{ render_text("An email has been sent to the alias <b>" + alias + "</b> that would be created automatically as you own the directory <b>" + directory + "</b>.") }} {{ render_text("An email has been sent to the alias <b>" + alias + "</b> that would be created automatically as you own the directory <b>" + directory + "</b>.") }}
{{ render_text("However as your plan is no longer premium, this creation cannot happen.") }} {{ render_text("However you have reached the alias limit in your current plan, this creation cannot happen.") }}
{{ render_text('Please upgrade to premium plan in order to use this feature.') }} {{ render_text('Please upgrade to premium plan in order to use this feature.') }}
{{ render_text('Thanks, <br />SimpleLogin Team.') }} {{ render_text('Thanks, <br />SimpleLogin Team.') }}

View File

@ -1,4 +1,6 @@
An email has been sent to the alias {{alias}} that would be created automatically as you own the directory {{directory}}. However as your plan is no longer premium, this creation cannot happen. An email has been sent to the alias {{alias}} that would be created automatically as you own the directory {{directory}}.
However you have reached the alias limit in your current plan, this creation cannot happen.
Please upgrade to premium plan in order to use this feature. Please upgrade to premium plan in order to use this feature.
Best, Best,

View File

@ -9,7 +9,8 @@
{{ render_text("An email has been sent to the alias <b>" + alias + "</b> that would be created automatically as you own the domain <b>" + domain + "</b>.") }} {{ render_text("An email has been sent to the alias <b>" + alias + "</b> that would be created automatically as you own the domain <b>" + domain + "</b>.") }}
{{ render_text("However as your plan is no longer premium, this creation cannot happen.") }} {{ render_text("However you have reached the alias limit in your current plan, this creation cannot happen.") }}
{{ render_text('Please upgrade to premium plan in order to use this feature.') }} {{ render_text('Please upgrade to premium plan in order to use this feature.') }}
{{ render_text('Thanks, <br />SimpleLogin Team.') }} {{ render_text('Thanks, <br />SimpleLogin Team.') }}

View File

@ -1,5 +1,8 @@
An email has been sent to the alias {{alias}} that would be created automatically as you own the domain {{domain}}. However as your plan is no longer premium, this creation cannot happen. An email has been sent to the alias {{alias}} that would be created automatically as you own the domain {{domain}}.
However you have reached the alias limit in your current plan, this creation cannot happen.
Please upgrade to premium plan in order to use this feature. Please upgrade to premium plan in order to use this feature.
Best, Best,
SimpleLogin team. SimpleLogin team.