Minor fixes to upgrade failure message.
This commit is contained in:
parent
5981dfacfb
commit
5dc16a9527
|
|
@ -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;
|
||||
|
||||
}); });
|
||||
}); });
|
||||
|
|
|
|||
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue