Skip to content

Commit e2f1e8b

Browse files
Update guidance content in Details (#374)
Copied fom #369 after we accidentally merged into the wrong branch 🤦 Co-authored-by: Anna-Sutton <[email protected]>
1 parent 890a2e2 commit e2f1e8b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/views/record-vaccinations/batch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
{% if organisationSetting.permissionLevel == "Recorder" %}
7272
{{ details({
7373
text: "If the batch is not listed",
74-
html: "An administrator needs to add the batch."
74+
html: "You'll need to ask an administrator to add the batch."
7575
}) }}
7676
{% endif %}
7777

app/views/record-vaccinations/delivery-team.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
})}}
5353
</form>
5454

55-
{% if organisationSetting.permissionLevel == "Lead administrator" %}
55+
{% if organisationSetting.permissionLevel == "Lead administrator" or organisationSetting.permissionLevel == "Administrator" %}
5656
{{ details({
5757
text: "If your team is not listed",
5858
html: "You need to <a href=\"/vaccines\">add vaccines</a> for the team."
5959
}) }}
6060
{% else %}
6161
{{ details({
6262
text: "If your team is not listed",
63-
html: "An administrator needs to add vaccines for that team."
63+
html: "You'll need to ask an administrator to add vaccines for the team."
6464
}) }}
6565
{% endif %}
6666

app/views/record-vaccinations/vaccine.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@
108108
{% if organisationSetting.permissionLevel == "Recorder" %}
109109
{{ details({
110110
text: "If the vaccine is not listed",
111-
html: "An administrator needs to add it."
111+
html: "You'll need to ask an administrator to add it."
112112
}) }}
113113
{% else %}
114114
{{ details({
115115
text: "If the vaccine is not listed",
116-
html: "You need to go to <a href=\"/vaccines\">Vaccines</a> to add it."
116+
html: "Go to <a href=\"/vaccines\">Vaccines</a> to add it."
117117
}) }}
118118
{% endif %}
119119

0 commit comments

Comments
 (0)