Remove wrong expiration note for invite links in email

This commit is contained in:
Johannes Zellner
2026-01-15 12:10:58 +01:00
parent 98edbcaeb2
commit 908f7b8985
13 changed files with 1 additions and 17 deletions

View File

@@ -1248,7 +1248,6 @@
"welcomeTo": "Velkommen til <%= cloudronName %>!",
"salutation": "Hej <%= user %>,",
"inviteLinkAction": "Kom i gang",
"expireNote": "Bemærk venligst, at linket til invitationen udløber om 7 dage.",
"inviteLinkActionText": "Følg linket for at komme i gang: <%- inviteLink %>",
"subject": "Velkommen til <%= cloudron %>"
},

View File

@@ -881,7 +881,6 @@
"welcomeTo": "Willkommen bei <%= cloudronName %>!",
"subject": "Willkommen bei <%= cloudron %>",
"inviteLinkActionText": "Öffne den folgenden Link, um dich anzumelden: <%- inviteLink %>",
"expireNote": "Dieser Link ist 7 Tage gültig.",
"invitor": "Diese Email wurde geschickt, weil Du von <%= invitor %> eingeladen wurdest.",
"inviteLinkAction": "Starte hier",
"salutation": "Hallo <%= user %>,"

View File

@@ -1532,7 +1532,6 @@
"salutation": "Hi <%= user %>,",
"inviteLinkAction": "Get started",
"invitor": "You are receiving this email because you were invited by <%= invitor %>.",
"expireNote": "Please note that the invite link will expire in 7 days.",
"inviteLinkActionText": "Follow the link to get started: <%- inviteLink %>",
"subject": "Welcome to <%= cloudron %>"
},

View File

@@ -1478,7 +1478,6 @@
},
"welcomeEmail": {
"welcomeTo": "Bienvenid@ a <%= cloudronName %>!",
"expireNote": "Tenga en cuenta que el enlace de invitación caducará en 7 días.",
"salutation": "Hola <%= user %>,",
"inviteLinkAction": "Empezar",
"invitor": "Recibió este correo electrónico porque fue invitado por <%= invitor%>.",

View File

@@ -1088,7 +1088,6 @@
},
"welcomeEmail": {
"inviteLinkActionText": "Cliquez sur le lien pour démarrer : <%- inviteLink %>",
"expireNote": "Veuillez noter que le lien d'invitation expire dans 7 jours.",
"invitor": "Vous recevez ce message car vous avez été invité par <%= invitor %>.",
"inviteLinkAction": "Démarrez",
"subject": "Bienvenue sur <%= cloudron %>",

View File

@@ -1481,7 +1481,6 @@
"salutation": "Hai <%= user %>,",
"inviteLinkAction": "Mulai",
"invitor": "Anda menerima e-mail ini karena Anda diundang oleh <%= invite %>.",
"expireNote": "Harap dicatat bahwa tautan undangan akan kedaluwarsa dalam 7 hari.",
"inviteLinkActionText": "Ikuti tautan berikut untuk memulai: <%- inviteLink %>"
},
"passwordResetEmail": {

View File

@@ -58,7 +58,6 @@
"welcomeEmail": {
"subject": "Benvenuti in <%= cloudron %>",
"inviteLinkActionText": "Segui questo link per iniziare: <%- inviteLink %>",
"expireNote": "Tieni presente che il link di invito scadrà tra 7 giorni.",
"invitor": "Hai ricevuto questa email perché sei stato invitato da <%= invitor %>.",
"inviteLinkAction": "Iniziare",
"salutation": "Ciao <%= user %>,",

View File

@@ -1544,7 +1544,6 @@
"welcomeEmail": {
"subject": "Welkom bij <%= cloudron %>",
"inviteLinkActionText": "Volg deze link om te starten: <%- inviteLink %>",
"expireNote": "Deze uitnodigingslink is 7 dagen geldig.",
"invitor": "Je ontvangt deze e-mail omdat je bent uitgenodigd door <%= invitor %>.",
"inviteLinkAction": "Start hier",
"salutation": "Hallo <%= user %>,",

View File

@@ -1545,8 +1545,7 @@
"welcomeTo": "Добро пожаловать в <%= cloudronName %>!",
"subject": "Добро пожаловать в <%= cloudron %>",
"inviteLinkActionText": "Пройдите по ссылке, чтобы начать: <%-inviteLink %>",
"invitor": "Вы получили данное письмо, так как были приглашены <%= invitor %>.",
"expireNote": "Пожалуйста, учтите, что приглашение будет активно только 7 дней."
"invitor": "Вы получили данное письмо, так как были приглашены <%= invitor %>."
},
"passwordResetEmail": {
"salutation": "Здравствуйте, <%= user %>,",

View File

@@ -1384,7 +1384,6 @@
"inviteLinkAction": "Bắt đầu tạo tải khoản",
"subject": "Chào mừng đến <%= cloudron %>",
"inviteLinkActionText": "Bấm theo link để bắt đầu: <%- inviteLink %>",
"expireNote": "Link mời sẽ hết hạn trong 7 ngày.",
"invitor": "Bạn nhận được mail này vì <%= invitor %> đã mời bạn tham gia.",
"salutation": "Xin chào <%= user %>,",
"welcomeTo": "Chào mừng đến <%= cloudronName %>!"

View File

@@ -1091,7 +1091,6 @@
"welcomeEmail": {
"salutation": "<%= user %> 你好,",
"inviteLinkAction": "开始",
"expireNote": "请注意,邀请链接会在 7 天内失效。",
"invitor": "您收到了 <%= invitor %> 的邀请注册邮件。",
"inviteLinkActionText": "使用这个链接来开始注册:<%- inviteLink %>",
"subject": "欢迎来到 <%= cloudron %>",

View File

@@ -19,9 +19,6 @@
<br/>
{{ welcomeEmail.expireNote }}
<br/>
Powered by <a href="https://cloudron.io">Cloudron</a>
</div>

View File

@@ -8,6 +8,4 @@
{{ welcomeEmail.invitor }}
<% } %>
{{ welcomeEmail.expireNote }}
Powered by https://cloudron.io