From 0b45e89dc6e789b7adacbba0c9958937dedcadf6 Mon Sep 17 00:00:00 2001 From: Marcella Maki Date: Mon, 9 Sep 2024 09:56:56 -0400 Subject: [PATCH] Fix mis-matched string that was not updated properly --- .../components/edit/InheritAncestorMetadataModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/edit/InheritAncestorMetadataModal.vue b/contentcuration/contentcuration/frontend/channelEdit/components/edit/InheritAncestorMetadataModal.vue index 95511179e7..6c0a42fda7 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/edit/InheritAncestorMetadataModal.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/edit/InheritAncestorMetadataModal.vue @@ -296,7 +296,7 @@ 'All future additions to this folder will have the selected details by default', language: 'Language: {language}', categories: 'Categories: {categories}', - learnerNeeds: 'Learner needs: {learnerNeeds}', + learnerNeeds: 'Requirements: {learnerNeeds}', levels: 'Levels: {levels}', }, };