From 68c30104569f536a42dce6e35688dfeac08f8ea8 Mon Sep 17 00:00:00 2001 From: tgaffey <39394848+tgaffey@users.noreply.github.com> Date: Thu, 7 Jan 2021 16:30:20 -0500 Subject: [PATCH 1/4] Update Panel.js Modify the invitation template language that users see when they are sent an email invitation. --- .../SlateAdmin/app/view/people/invitations/Panel.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js b/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js index bf00c9558..3f6a3b96e 100644 --- a/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js +++ b/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js @@ -143,7 +143,8 @@ Ext.define('SlateAdmin.view.people.invitations.Panel', { '{recipientFirst} {recipientLast},', '\n\n', 'You have been invited to setup an account at the {schoolName} website -- **{websiteHostname}**.', - 'With this account you will be able to log in to your personal dashboard and access all of our connected systems with one click.' + 'With this account you will be able to log in to your personal dashboard and access all of our connected systems with one click.', + 'Please view the following video to learn more: https://google.com.' ].join(' ') }, { xtype: 'panel', @@ -160,4 +161,4 @@ Ext.define('SlateAdmin.view.people.invitations.Panel', { '{body}' ] }] -}); \ No newline at end of file +}); From 12d15eba4eda0dd5ee14b43c51181302325bf1ac Mon Sep 17 00:00:00 2001 From: tgaffey <39394848+tgaffey@users.noreply.github.com> Date: Tue, 23 Feb 2021 08:36:27 -0500 Subject: [PATCH 2/4] Update Panel.js Added more context for new users as well as a video link. --- .../SlateAdmin/app/view/people/invitations/Panel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js b/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js index 3f6a3b96e..77cbbd375 100644 --- a/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js +++ b/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js @@ -144,7 +144,8 @@ Ext.define('SlateAdmin.view.people.invitations.Panel', { '\n\n', 'You have been invited to setup an account at the {schoolName} website -- **{websiteHostname}**.', 'With this account you will be able to log in to your personal dashboard and access all of our connected systems with one click.', - 'Please view the following video to learn more: https://google.com.' + 'If you are connected to one or more students, you will be able to view their courses, tasks, and progress in the competnecies.', + 'Once you have actived your account, watch this video to learn more: https://youtu.be/uEtRZcCLbg4.' ].join(' ') }, { xtype: 'panel', From 8f8acbe3e074ce1d83764d19a7ddf5cf1a7287fb Mon Sep 17 00:00:00 2001 From: tgaffey <39394848+tgaffey@users.noreply.github.com> Date: Tue, 23 Feb 2021 08:55:13 -0500 Subject: [PATCH 3/4] Update Panel.js --- .../SlateAdmin/app/view/people/invitations/Panel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js b/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js index 77cbbd375..68d1bc8de 100644 --- a/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js +++ b/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js @@ -142,9 +142,9 @@ Ext.define('SlateAdmin.view.people.invitations.Panel', { value: [ '{recipientFirst} {recipientLast},', '\n\n', - 'You have been invited to setup an account at the {schoolName} website -- **{websiteHostname}**.', - 'With this account you will be able to log in to your personal dashboard and access all of our connected systems with one click.', - 'If you are connected to one or more students, you will be able to view their courses, tasks, and progress in the competnecies.', + 'You have been invited to setup a Slate account at the {schoolName} website -- **{websiteHostname}**.', + 'With this account you will be able to log in to your personal dashboard as well as all dashboards for any connected students.', + 'If you are connected to one or more students, you will be able to view their courses, tasks, and competency progress.', 'Once you have actived your account, watch this video to learn more: https://youtu.be/uEtRZcCLbg4.' ].join(' ') }, { From 2659d4fc00e01425e80cafa04fc48acfa1f80cf6 Mon Sep 17 00:00:00 2001 From: tgaffey <39394848+tgaffey@users.noreply.github.com> Date: Tue, 23 Feb 2021 18:19:35 -0500 Subject: [PATCH 4/4] Update Panel.js --- .../SlateAdmin/app/view/people/invitations/Panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js b/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js index 68d1bc8de..e86c62c33 100644 --- a/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js +++ b/sencha-workspace/SlateAdmin/app/view/people/invitations/Panel.js @@ -145,7 +145,7 @@ Ext.define('SlateAdmin.view.people.invitations.Panel', { 'You have been invited to setup a Slate account at the {schoolName} website -- **{websiteHostname}**.', 'With this account you will be able to log in to your personal dashboard as well as all dashboards for any connected students.', 'If you are connected to one or more students, you will be able to view their courses, tasks, and competency progress.', - 'Once you have actived your account, watch this video to learn more: https://youtu.be/uEtRZcCLbg4.' + 'Once you have activated your account, watch this video to learn more: https://youtu.be/uEtRZcCLbg4.' ].join(' ') }, { xtype: 'panel',