We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf1b86 commit 148b466Copy full SHA for 148b466
options/locale/locale_en-US.ini
@@ -348,6 +348,7 @@ repo.transfer.to_you = you
348
repo.transfer.body = To accept or reject it visit <a href="%[1]s">%[2]s</a> or just ignore it.
349
350
repo.collaborator.added.subject = %s added you to %s
351
+repo.collaborator.added.body = <p>You have been added as a collaborator of repository: <code>%[1]s</code></p>
352
353
[modal]
354
yes = Yes
templates/mail/notify/collaborator.tmpl
@@ -9,7 +9,7 @@
9
</head>
10
11
<body>
12
- <p>You have been added as a collaborator of repository: <code>{{.RepoName}}</code></p>
+ {{.i18n.Tr "mail.repo.collaborator.added.body" .RepoName | Str2html}}
13
<div class="footer">
14
<p>
15
---
0 commit comments