From 4b2439e5db0719557fbedfe0a49e2af36e174d1f Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Tue, 24 Sep 2013 21:03:42 +0100 Subject: [PATCH] Remove references to tasks in descriptions --- view/index.html | 2 +- view/new.html | 2 +- view/task.html | 2 +- view/task/delete.html | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) 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)