File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
app/views/record-vaccinations Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments