diff --git a/view/index.html b/view/index.html index 82ce348..85da2b6 100644 --- a/view/index.html +++ b/view/index.html @@ -1,4 +1,4 @@ -{{#content "title"}}Tasks{{/content}} +{{#content "title"}}pa11y-dashboard{{/content}} {{#deleted}}
diff --git a/view/new.html b/view/new.html index 0943f7f..360dbdf 100644 --- a/view/new.html +++ b/view/new.html @@ -1,6 +1,6 @@ {{#content "title"}} - Add a new url + Add a new URL {{/content}}
diff --git a/view/task.html b/view/task.html index c96b150..355d818 100644 --- a/view/task.html +++ b/view/task.html @@ -1,6 +1,6 @@ {{#content "title"}} - Task: {{task.url}} ({{task.standard}}) + {{task.url}} ({{task.standard}}) {{/content}} {{#added}} diff --git a/view/task/delete.html b/view/task/delete.html index 56710e8..5374b72 100644 --- a/view/task/delete.html +++ b/view/task/delete.html @@ -1,12 +1,12 @@ {{#content "title"}} - Delete Task: {{task.url}} ({{task.standard}}) + Delete {{task.url}} ({{task.standard}}) {{/content}} -

Delete Task: {{task.url}} ({{task.standard}})

+

Delete URL: {{task.url}} ({{task.standard}})

-

Are you sure you wish to delete this task and associated results?

+

Are you sure you wish to delete this URL and associated results?

No (cancel)