mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-08 11:53:07 -04:00
Merge pull request #10083 from owncloud/federation_text
[docs-only] Fix translatable text string in notifications
This commit is contained in:
1 file changed
+2
-2
@@ -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:
|
To accept the invite, please visit the following URL:
|
||||||
{ShareLink}
|
{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}
|
Token: {Token}
|
||||||
ProviderDomain: {ProviderDomain}`),
|
ProviderDomain: {ProviderDomain}`),
|
||||||
}
|
}
|
||||||
@@ -99,7 +99,7 @@ Alternatively, you can visit your federation provider and use the following deta
|
|||||||
Greeting: l10n.Template(`Hi,`),
|
Greeting: l10n.Template(`Hi,`),
|
||||||
// ScienceMeshInviteTokenGeneratedWithoutShareLink email template, resolves via {{ .MessageBody }}
|
// ScienceMeshInviteTokenGeneratedWithoutShareLink email template, resolves via {{ .MessageBody }}
|
||||||
MessageBody: l10n.Template(`{ShareSharer} ({ShareSharerMail}) wants to start sharing collaboration resources with you.
|
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}
|
Token: {Token}
|
||||||
ProviderDomain: {ProviderDomain}`),
|
ProviderDomain: {ProviderDomain}`),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in new issue
Block a user