Skip to content

Commit

Permalink
add searchLabel from coreStrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ozer550 committed Nov 25, 2024
1 parent df572e0 commit b7665ec
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
>
<template #header>
<h1 class="side-panel-title">
{{ !showSearch ? $tr('searchFiltersTitle') : $tr('manageLessonResourcesTitle') }}
{{ !showSearch ? searchLabel$() : $tr('manageLessonResourcesTitle') }}
</h1>
</template>

Expand Down Expand Up @@ -192,10 +192,6 @@
context:
"In the 'Manage lesson resources' coaches can add new/remove resource material to a lesson.",
},
searchFiltersTitle: {
message: 'Search',
context: 'TO DO',
},
},
};
Expand Down

0 comments on commit b7665ec

Please sign in to comment.