Minor fixes to upgrade failure message.

This commit is contained in:
Daniel Porter 2014-05-28 10:05:13 +01:00
parent 5981dfacfb
commit 5dc16a9527
2 changed files with 3 additions and 3 deletions

View File

@ -752,7 +752,7 @@ function program1(depth0,data) {
function program3(depth0,data) {
data.buffer.push("\n <p>Sorry, there wasn an error upgrading Discourse. Please check the logs.</p>\n");
data.buffer.push("\n <p>Sorry, there was an error upgrading Discourse. Please check the logs below.</p>\n");
}
function program5(depth0,data) {
@ -818,4 +818,4 @@ function program8(depth0,data) {
data.buffer.push("\n");
return buffer;
}); });
}); });

View File

@ -9,7 +9,7 @@
{{/if}}
{{#if failed}}
<p>Sorry, there wasn an error upgrading Discourse. Please check the logs.</p>
<p>Sorry, there was an error upgrading Discourse. Please check the logs below.</p>
{{/if}}
{{#if upToDate}}