Skip to content

Commit a7d528e

Browse files
author
Binon
committed
Merge branch 'release-v2.6.1-Ivory' into Develop/Features/TD-5693_refactor_moodle
2 parents 58da868 + 02c6b66 commit a7d528e

File tree

3 files changed

+215
-211
lines changed

3 files changed

+215
-211
lines changed

LearningHub.Nhs.WebUI/Scripts/vuesrc/contribute-resource/ContributeProvideByTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="lh-container-xl py-15">
44
<div class="contribute contribute-providedby-tab">
55
<h2 id="licence-heading" class="nhsuk-heading-l pt-15">Content developed with</h2>
6-
<p class="nhsuk-u-font-weight-normal">When applicable pease select the provider of this content. This will enable users to search for content produced by specific organisations.</p>
6+
<p class="nhsuk-u-font-weight-normal">When applicable please select the provider of this content. This will enable users to search for content produced by specific organisations.</p>
77
<div class="my-3">
88
<input class="radio-button" name="resourceProviderId" type="radio" :value="0" v-model="resourceProviderId" @click="setResourceProvider($event.target.value)" />
99
<span class="span-provider nhsuk-u-font-weight-normal">Not applicable</span>

LearningHub.Nhs.WebUI/Scripts/vuesrc/contribute/ContentCommon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<div class="row mt-5">
8585
<div class="form-group col-12">
86-
<h2 id="keyword-label" class="nhsuk-heading-l"><label for="newKeyword">Keywords</label> <i v-if="keywords.length==0" class="warningTriangle fa-solid fa-triangle-exclamation"></i></h2>
86+
<h2 id="keyword-label" class="nhsuk-heading-l"><label for="newKeyword" class="keyword-label">Keywords</label> <i v-if="keywords.length==0" class="warningTriangle fa-solid fa-triangle-exclamation"></i></h2>
8787
</div>
8888
</div>
8989
<div class="row">

0 commit comments

Comments
 (0)