You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cla-backend-go/emails/cla_manager_templates.go
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -218,12 +218,12 @@ const (
218
218
//ClaManagerAddedEToUserTemplate email template for cla manager v2
219
219
ClaManagerAddedEToUserTemplate=`
220
220
<p>Hello {{.RecipientName}},</p>
221
-
<p>This is a notification email from EasyCLA regarding the project {{.Project.ExternalProjectName}} and CLA Group {{.CLAGroupName}}.</p>
222
-
<p>You have been added as a CLA Manager for the organization {{.CompanyName}} and the project {{.Project.ExternalProjectName}}. This means that you can now maintain the
223
-
list of employees allowed to contribute to the project {{.Project.ExternalProjectName}} on behalf of your company, as well as view and manage the list of your
221
+
<p>This is a notification email from EasyCLA regarding the CLA Group {{.CLAGroupName}}.</p>
222
+
<p>You have been added as a CLA Manager for the organization {{.CompanyName}} and the CLAGroup {{.CLAGroupName}}. This means that you can now maintain the
223
+
list of employees allowed to contribute to the CLA Group {{.CLAGroupName}} on behalf of your company, as well as view and manage the list of your
224
224
company’s CLA Managers for the CLA Group {{.CLAGroupName}}.</p>
225
225
<p> To get started, please log into the <a href="{{.CorporateConsole}}" target="_blank">EasyCLA Corporate Console</a>, and select your
226
-
company and then the project {{.Project.ExternalProjectName}}. From here you will be able to edit the list of approved employees and CLA Managers.</p>
226
+
company and then the project {{.CLAGroupName}}. From here you will be able to edit the list of approved employees and CLA Managers.</p>
227
227
`
228
228
)
229
229
@@ -252,10 +252,10 @@ const (
252
252
// ClaManagerAddedToCLAManagersTemplate is email template for
253
253
ClaManagerAddedToCLAManagersTemplate=`
254
254
<p>Hello {{.RecipientName}},</p>
255
-
<p>This is a notification email from EasyCLA regarding the project {{.Project.ExternalProjectName}} associated with the CLA Group {{.CLAGroupName}}.</p>
256
-
<p>The following user has been added as a CLA Manager from {{.CompanyName}} for the project {{.Project.ExternalProjectName}}. This means that they can now
257
-
maintain the list of employees allowed to contribute to {{.Project.ExternalProjectName}} on behalf of your company, as well as view and manage the
258
-
list of company’s CLA Managers for {{.Project.ExternalProjectName}}.</p>
255
+
<p>This is a notification email from EasyCLA regarding the CLA Group {{.CLAGroupName}}.</p>
256
+
<p>The following user has been added as a CLA Manager from {{.CompanyName}} for the CLA Group {{.CLAGroupName}}. This means that they can now
257
+
maintain the list of employees allowed to contribute to {{.CLAGroupName}} on behalf of your company, as well as view and manage the
258
+
list of company’s CLA Managers for CLA Group {{.CLAGroupName}}.</p>
259
259
<ul>
260
260
<li>{{.Name}} ({{.Email}})</li>
261
261
</ul>
@@ -287,8 +287,8 @@ const (
287
287
// ClaManagerDeletedToCLAManagersTemplate is template for
288
288
ClaManagerDeletedToCLAManagersTemplate=`
289
289
<p>Hello {{.RecipientName}},</p>
290
-
<p>This is a notification email from EasyCLA regarding the project {{.Project.ExternalProjectName}}.</p>
291
-
<p>{{.Name}} ({{.Email}}) has been removed as a CLA Manager from {{.CompanyName}} for the project {{.Project.ExternalProjectName}}.</p>
290
+
<p>This is a notification email from EasyCLA regarding the CLA Group {{.CLAGroupName}}.</p>
291
+
<p>{{.Name}} ({{.Email}}) has been removed as a CLA Manager from {{.CompanyName}} for CLA Group {{.CLAGroupName}}.</p>
0 commit comments