From 4417db4d45280878ade6c3c4d8d30ae85c9d6a6d Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Tue, 17 Sep 2024 17:36:55 +0200 Subject: [PATCH] [docs-only] Fix translatable text string in notifications --- services/notifications/pkg/email/templates.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/notifications/pkg/email/templates.go b/services/notifications/pkg/email/templates.go index 665b33917e..a7aa070306 100644 --- a/services/notifications/pkg/email/templates.go +++ b/services/notifications/pkg/email/templates.go @@ -85,7 +85,7 @@ Even though this membership has expired you still might have access through othe To accept the invite, please visit the following URL: {ShareLink} -Alternatively, you can visit your federation provider and use the following details: +Alternatively, you can visit your federation settings and use the following details: Token: {Token} ProviderDomain: {ProviderDomain}`), } @@ -99,7 +99,7 @@ Alternatively, you can visit your federation provider and use the following deta Greeting: l10n.Template(`Hi,`), // ScienceMeshInviteTokenGeneratedWithoutShareLink email template, resolves via {{ .MessageBody }} MessageBody: l10n.Template(`{ShareSharer} ({ShareSharerMail}) wants to start sharing collaboration resources with you. -Please visit your federation provider and use the following details: +Please visit your federation settings and use the following details: Token: {Token} ProviderDomain: {ProviderDomain}`), }