Skip to content

Commit 6cc7b3e

Browse files
committed
Content review of UR-based changes
Minor tweaks to copy to improve clarity
1 parent c0ae3d1 commit 6cc7b3e

File tree

1 file changed

+39
-41
lines changed

1 file changed

+39
-41
lines changed

app/views/current/quick-share-upload-multiple.html

Lines changed: 39 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@
3333
<fieldset class="nhsuk-fieldset">
3434
<legend class="nhsuk-fieldset__legend nhsuk-fieldset__legend--l">
3535
<h1 class="nhsuk-fieldset__heading">
36-
Upload your document
36+
Upload your documents
3737
</h1>
3838
</legend>
3939

40-
<p>Then, give us a few details to help other trusts find it.</p>
40+
<p>Then, give us a few details to help other trusts find them.</p>
4141

4242
<div class="nhsuk-hint">
4343
Formats accepted: PDF, Word, Excel
4444
</div>
4545

4646
<div class="nhsuk-form-group">
4747
<label class="nhsuk-label" for="file-upload">
48-
Choose files to upload
48+
Choose file to upload
4949
</label>
5050
<div class="nhsuk-hint" id="file-upload-hint">
5151
Maximum 10MB per file
@@ -63,7 +63,7 @@ <h1 class="nhsuk-fieldset__heading">
6363
<!-- Alternative: Link to resource -->
6464
<div class="nhsuk-u-margin-top-4 nhsuk-u-margin-bottom-4">
6565
<p class="nhsuk-body-s nhsuk-u-secondary-text-color" style="text-align: center;">
66-
<strong>OR, alternatively</strong>
66+
<strong>OR</strong>
6767
</p>
6868
</div>
6969

@@ -90,7 +90,7 @@ <h1 class="nhsuk-fieldset__heading">
9090
<fieldset class="nhsuk-fieldset">
9191
<legend class="nhsuk-fieldset__legend nhsuk-fieldset__legend--m">
9292
<h2 class="nhsuk-fieldset__heading">
93-
How many products are evaluated in this document?
93+
How many products are evaluated in this upload?
9494
</h2>
9595
</legend>
9696
<div class="nhsuk-hint">
@@ -144,7 +144,7 @@ <h2 class="nhsuk-heading-m">About the trust</h2>
144144
<h3 class="nhsuk-heading-s nhsuk-u-margin-bottom-3">Department 1</h3>
145145

146146
{{ input({
147-
label: { text: "Your trust", classes: "nhsuk-label--s" },
147+
label: { text: "Trust name", classes: "nhsuk-label--s" },
148148
id: "trust-name-1",
149149
name: "trust-name[1]",
150150
value: "Mid England NHS Foundation Trust",
@@ -183,10 +183,10 @@ <h3 class="nhsuk-heading-s nhsuk-u-margin-bottom-3">Department 1</h3>
183183
}) }}
184184

185185
{{ input({
186-
label: { text: "Lead clinician or contact person (optional)", classes: "nhsuk-label--s" },
186+
label: { text: "Evaluation lead (optional)", classes: "nhsuk-label--s" },
187187
id: "lead-clinician-1",
188188
name: "lead-clinician[1]",
189-
hint: { text: "Name of the clinician who led or supervised this evaluation" }
189+
hint: { text: "Name of the person who led or supervised this evaluation" }
190190
}) }}
191191

192192
</div>
@@ -201,7 +201,7 @@ <h3 class="nhsuk-heading-s nhsuk-u-margin-bottom-0">Department 2</h3>
201201
</div>
202202

203203
{{ input({
204-
label: { text: "Your trust", classes: "nhsuk-label--s" },
204+
label: { text: "Trust name", classes: "nhsuk-label--s" },
205205
id: "trust-name-2",
206206
name: "trust-name[2]",
207207
value: "Mid England NHS Foundation Trust",
@@ -240,10 +240,10 @@ <h3 class="nhsuk-heading-s nhsuk-u-margin-bottom-0">Department 2</h3>
240240
}) }}
241241

242242
{{ input({
243-
label: { text: "Lead clinician or contact person (optional)", classes: "nhsuk-label--s" },
243+
label: { text: "Evaluation lead (optional)", classes: "nhsuk-label--s" },
244244
id: "lead-clinician-2",
245245
name: "lead-clinician[2]",
246-
hint: { text: "Name of the clinician who led or supervised this evaluation" }
246+
hint: { text: "Name of the person who led or supervised this evaluation" }
247247
}) }}
248248

249249
</div>
@@ -371,19 +371,19 @@ <h3 class="nhsuk-heading-m nhsuk-u-margin-bottom-0">
371371
</div>
372372
<div class="nhsuk-radios__item">
373373
<input class="nhsuk-radios__input" id="not-procured-reason-1b" name="not-procured-reason-1" type="radio" value="under-review">
374-
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1b">Still under review – decision not made yet</label>
374+
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1b">We're still reviewing it and haven't decided</label>
375375
</div>
376376
<div class="nhsuk-radios__item">
377377
<input class="nhsuk-radios__input" id="not-procured-reason-1c" name="not-procured-reason-1" type="radio" value="stopped-using">
378378
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1c">We stopped using it after a trial or pilot</label>
379379
</div>
380380
<div class="nhsuk-radios__item">
381381
<input class="nhsuk-radios__input" id="not-procured-reason-1d" name="not-procured-reason-1" type="radio" value="budget">
382-
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1d">Budget or funding constraints</label>
382+
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1d">We have budget or funding constraints</label>
383383
</div>
384384
<div class="nhsuk-radios__item">
385385
<input class="nhsuk-radios__input" id="not-procured-reason-1e" name="not-procured-reason-1" type="radio" value="other">
386-
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1e">Other reason</label>
386+
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1e">Another reason</label>
387387
</div>
388388
</div>
389389
</fieldset>
@@ -402,7 +402,7 @@ <h3 class="nhsuk-heading-m nhsuk-u-margin-bottom-0">
402402
classes: "nhsuk-label--s"
403403
},
404404
hint: {
405-
text: "A one-sentence summary of your key finding for this product"
405+
text: "A one-sentence summary of your key findings for this product"
406406
},
407407
rows: "2"
408408
}) }}
@@ -520,28 +520,27 @@ <h3 class="nhsuk-heading-m nhsuk-u-margin-bottom-0">
520520
<div class="nhsuk-form-group nhsuk-u-margin-bottom-2">
521521
<fieldset class="nhsuk-fieldset">
522522
<legend class="nhsuk-fieldset__legend nhsuk-fieldset__legend--s">Why was this product not procured?</legend>
523-
<div class="nhsuk-radios nhsuk-radios--small">
523+
<div class="nhsuk-radios nhsuk-radios--small">
524524
<div class="nhsuk-radios__item">
525-
<input class="nhsuk-radios__input" id="not-procured-reason-2a" name="not-procured-reason-2" type="radio" value="decided-against">
526-
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-2a">We decided against it after evaluation</label>
525+
<input class="nhsuk-radios__input" id="not-procured-reason-1a" name="not-procured-reason-1" type="radio" value="decided-against">
526+
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1a">We decided against it after evaluation</label>
527527
</div>
528528
<div class="nhsuk-radios__item">
529-
<input class="nhsuk-radios__input" id="not-procured-reason-2b" name="not-procured-reason-2" type="radio" value="under-review">
530-
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-2b">Still under review – decision not made yet</label>
529+
<input class="nhsuk-radios__input" id="not-procured-reason-1b" name="not-procured-reason-1" type="radio" value="under-review">
530+
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1b">We're still reviewing it and haven't decided</label>
531531
</div>
532532
<div class="nhsuk-radios__item">
533-
<input class="nhsuk-radios__input" id="not-procured-reason-2c" name="not-procured-reason-2" type="radio" value="stopped-using">
534-
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-2c">We stopped using it after a trial or pilot</label>
533+
<input class="nhsuk-radios__input" id="not-procured-reason-1c" name="not-procured-reason-1" type="radio" value="stopped-using">
534+
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1c">We stopped using it after a trial or pilot</label>
535535
</div>
536536
<div class="nhsuk-radios__item">
537-
<input class="nhsuk-radios__input" id="not-procured-reason-2d" name="not-procured-reason-2" type="radio" value="budget">
538-
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-2d">Budget or funding constraints</label>
537+
<input class="nhsuk-radios__input" id="not-procured-reason-1d" name="not-procured-reason-1" type="radio" value="budget">
538+
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1d">We have budget or funding constraints</label>
539539
</div>
540540
<div class="nhsuk-radios__item">
541-
<input class="nhsuk-radios__input" id="not-procured-reason-2e" name="not-procured-reason-2" type="radio" value="other">
542-
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-2e">Other reason</label>
541+
<input class="nhsuk-radios__input" id="not-procured-reason-1e" name="not-procured-reason-1" type="radio" value="other">
542+
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1e">Another reason</label>
543543
</div>
544-
</div>
545544
</fieldset>
546545
</div>
547546
</div>
@@ -557,7 +556,7 @@ <h3 class="nhsuk-heading-m nhsuk-u-margin-bottom-0">
557556
classes: "nhsuk-label--s"
558557
},
559558
hint: {
560-
text: "A one-sentence summary of your key finding for this product"
559+
text: "A one-sentence summary of your key findings for this product"
561560
},
562561
rows: "2"
563562
}) }}
@@ -675,28 +674,27 @@ <h3 class="nhsuk-heading-m nhsuk-u-margin-bottom-0">
675674
<div class="nhsuk-form-group nhsuk-u-margin-bottom-2">
676675
<fieldset class="nhsuk-fieldset">
677676
<legend class="nhsuk-fieldset__legend nhsuk-fieldset__legend--s">Why was this product not procured?</legend>
678-
<div class="nhsuk-radios nhsuk-radios--small">
677+
<div class="nhsuk-radios nhsuk-radios--small">
679678
<div class="nhsuk-radios__item">
680-
<input class="nhsuk-radios__input" id="not-procured-reason-3a" name="not-procured-reason-3" type="radio" value="decided-against">
681-
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-3a">We decided against it after evaluation</label>
679+
<input class="nhsuk-radios__input" id="not-procured-reason-1a" name="not-procured-reason-1" type="radio" value="decided-against">
680+
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1a">We decided against it after evaluation</label>
682681
</div>
683682
<div class="nhsuk-radios__item">
684-
<input class="nhsuk-radios__input" id="not-procured-reason-3b" name="not-procured-reason-3" type="radio" value="under-review">
685-
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-3b">Still under review – decision not made yet</label>
683+
<input class="nhsuk-radios__input" id="not-procured-reason-1b" name="not-procured-reason-1" type="radio" value="under-review">
684+
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1b">We're still reviewing it and haven't decided</label>
686685
</div>
687686
<div class="nhsuk-radios__item">
688-
<input class="nhsuk-radios__input" id="not-procured-reason-3c" name="not-procured-reason-3" type="radio" value="stopped-using">
689-
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-3c">We stopped using it after a trial or pilot</label>
687+
<input class="nhsuk-radios__input" id="not-procured-reason-1c" name="not-procured-reason-1" type="radio" value="stopped-using">
688+
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1c">We stopped using it after a trial or pilot</label>
690689
</div>
691690
<div class="nhsuk-radios__item">
692-
<input class="nhsuk-radios__input" id="not-procured-reason-3d" name="not-procured-reason-3" type="radio" value="budget">
693-
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-3d">Budget or funding constraints</label>
691+
<input class="nhsuk-radios__input" id="not-procured-reason-1d" name="not-procured-reason-1" type="radio" value="budget">
692+
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1d">We have budget or funding constraints</label>
694693
</div>
695694
<div class="nhsuk-radios__item">
696-
<input class="nhsuk-radios__input" id="not-procured-reason-3e" name="not-procured-reason-3" type="radio" value="other">
697-
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-3e">Other reason</label>
695+
<input class="nhsuk-radios__input" id="not-procured-reason-1e" name="not-procured-reason-1" type="radio" value="other">
696+
<label class="nhsuk-label nhsuk-radios__label" for="not-procured-reason-1e">Another reason</label>
698697
</div>
699-
</div>
700698
</fieldset>
701699
</div>
702700
</div>
@@ -712,7 +710,7 @@ <h3 class="nhsuk-heading-m nhsuk-u-margin-bottom-0">
712710
classes: "nhsuk-label--s"
713711
},
714712
hint: {
715-
text: "A one-sentence summary of your key finding for this product"
713+
text: "A one-sentence summary of your key findings for this product"
716714
},
717715
rows: "2"
718716
}) }}

0 commit comments

Comments
 (0)