Skip to content

Commit d721798

Browse files
murugaplpaulrobertlloyd
authored andcommitted
Standardise use of upload and import
Files not yet processed are called uploads.
1 parent 4919b5f commit d721798

File tree

10 files changed

+7
-7
lines changed

10 files changed

+7
-7
lines changed

app/email-templates-for-schools/class-list-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sign-off text here, for example: Thank you for your help
5151

5252
{% from "attachment/macro.njk" import attachment %}
5353
{{ attachment({
54-
text: "Class list import template",
54+
text: "Class list upload template",
5555
summary: "Microsoft Excel spreadsheet, 17 KB",
5656
href: "/files/class-list-import-template.xlsx"
5757
}) }}

app/file-upload-templates/class-list-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This template shows what information you need to upload when importing class lis
1111

1212
{% from "attachment/macro.njk" import attachment %}
1313
{{ attachment({
14-
text: "Class list import template",
14+
text: "Class list upload template",
1515
summary: "Microsoft Excel spreadsheet, 17 KB",
1616
href: "/files/class-list-import-template.xlsx"
1717
}) }}

app/file-upload-templates/cohort-list-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This template shows what information you need to upload when importing cohorts i
1111

1212
{% from "attachment/macro.njk" import attachment %}
1313
{{ attachment({
14-
text: "Cohort import template",
14+
text: "Cohort upload template",
1515
summary: "Microsoft Excel spreadsheet, 18 KB",
1616
href: "/files/cohort-import-template.xlsx"
1717
}) }}

app/file-upload-templates/vaccination-records-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This template shows what information you need to upload when importing historica
1111

1212
{% from "attachment/macro.njk" import attachment %}
1313
{{ attachment({
14-
text: "Vaccination records import template",
14+
text: "Vaccination records upload template",
1515
summary: "Microsoft Excel spreadsheet, 18 KB",
1616
href: "/files/historical-vaccination-records-import-template.xlsx"
1717
}) }}

app/files/historical-vaccination-records-import-template.xlsx renamed to app/files/historical-vaccination-records-upload-template.xlsx

File renamed without changes.

app/guide/class-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Class lists from each school can be uploaded using the following template:
1212

1313
{% from "attachment/macro.njk" import attachment %}
1414
{{ attachment({
15-
text: "Class list import template",
15+
text: "Class list upload template",
1616
summary: "Microsoft Excel spreadsheet, 17 KB",
1717
href: "/files/class-list-import-template.xlsx"
1818
}) }}

app/guide/importing-cohorts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The template below shows what other information can be imported into Mavis for c
4949

5050
{% from "attachment/macro.njk" import attachment %}
5151
{{ attachment({
52-
text: "Cohort import template",
52+
text: "Cohort upload template",
5353
summary: "Microsoft Excel spreadsheet, 18 KB",
5454
href: "/files/cohort-import-template.xlsx"
5555
}) }}

app/guide/vaccination-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This does not apply to flu.
7272

7373
{% from "attachment/macro.njk" import attachment %}
7474
{{ attachment({
75-
text: "Vaccination records import template",
75+
text: "Vaccination records upload template",
7676
summary: "Microsoft Excel spreadsheet, 18 KB",
7777
href: "/files/historical-vaccination-records-import-template.xlsx"
7878
}) }}

0 commit comments

Comments
 (0)