From de9f94c72311610e4ed6bbbc15e96c0892357dc7 Mon Sep 17 00:00:00 2001 From: Liana Harris <46411498+LianaHarris360@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:38:46 -0500 Subject: [PATCH 1/2] Update LOD description in FullOrLearnOnlyDeviceForm component --- .../src/views/onboarding-forms/FullOrLearnOnlyDeviceForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolibri/plugins/setup_wizard/assets/src/views/onboarding-forms/FullOrLearnOnlyDeviceForm.vue b/kolibri/plugins/setup_wizard/assets/src/views/onboarding-forms/FullOrLearnOnlyDeviceForm.vue index 0bc2747d1cd..2d6be9a9f33 100644 --- a/kolibri/plugins/setup_wizard/assets/src/views/onboarding-forms/FullOrLearnOnlyDeviceForm.vue +++ b/kolibri/plugins/setup_wizard/assets/src/views/onboarding-forms/FullOrLearnOnlyDeviceForm.vue @@ -79,7 +79,7 @@ }, learnOnlyDeviceDescription: { message: - 'This device will have one or more learner accounts imported from a full device that already exists. Learner accounts will auto-sync with the full device.', + 'This device will auto-sync its learner accounts with an existing full device and only include Kolibri features for learners, excluding those for coaches or admins.', context: '', }, }, From 9f94a3352fe5e5775bfbdbdb3d695ff9a4abf4c2 Mon Sep 17 00:00:00 2001 From: Liana Harris <46411498+LianaHarris360@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:35:31 -0500 Subject: [PATCH 2/2] Update LOD description --- .../src/views/onboarding-forms/FullOrLearnOnlyDeviceForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolibri/plugins/setup_wizard/assets/src/views/onboarding-forms/FullOrLearnOnlyDeviceForm.vue b/kolibri/plugins/setup_wizard/assets/src/views/onboarding-forms/FullOrLearnOnlyDeviceForm.vue index 2d6be9a9f33..2210c6f6189 100644 --- a/kolibri/plugins/setup_wizard/assets/src/views/onboarding-forms/FullOrLearnOnlyDeviceForm.vue +++ b/kolibri/plugins/setup_wizard/assets/src/views/onboarding-forms/FullOrLearnOnlyDeviceForm.vue @@ -79,7 +79,7 @@ }, learnOnlyDeviceDescription: { message: - 'This device will auto-sync its learner accounts with an existing full device and only include Kolibri features for learners, excluding those for coaches or admins.', + 'This device will only have the features used by learners, and it will auto-sync with the full device.', context: '', }, },