From 9479a4643d0cca93517131382562638e0cf453c6 Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Thu, 5 Sep 2024 09:26:59 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Martin --- 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 66f93d9d2..c2c080a96 100644 --- a/services/notifications/pkg/email/templates.go +++ b/services/notifications/pkg/email/templates.go @@ -81,12 +81,12 @@ Even though this membership has expired you still might have access through othe // ScienceMeshInviteTokenGenerated email template, resolves via {{ .Greeting }} Greeting: l10n.Template(`Hi,`), // ScienceMeshInviteTokenGenerated email template, resolves via {{ .MessageBody }} - MessageBody: l10n.Template(`{ShareSharer} ({ShareSharerMail}) wants to start sharing OCM resources with you. + MessageBody: l10n.Template(`{ShareSharer} ({ShareSharerMail}) wants to start sharing collaboration resources with you. {{if .ShareLink }}To accept the invite, please visit the following URL: {ShareLink} Alternatively, you can{{else}} -Please{{end}} visit your mesh provider and use the following details: +Please{{end}} visit your federation provider and use the following details: Token: {Token} ProviderDomain: {ProviderDomain}`), }