Skip to content

Commit a2a4533

Browse files
ark99le0n4eg
authored andcommitted
MAGETWO-57579: [Backport] - [Github] Upgrade does not put store in maintenance mode. #3191
1 parent 9179bf1 commit a2a4533

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

setup/view/magento/setup/start-updater.phtml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,15 @@
2121

2222
<div class="message message-warning">
2323
<span class="message-text">
24-
<strong>We will take your store offline to protect shoppers during the duration of the {{type}} activity.</strong>
25-
<div ng-show="type == 'upgrade'">Before you start upgrade, you can optionally <a href="http://devdocs.magento.com/guides/v2.1/comp-mgr/trouble/cman/maint-mode.html">configure a custom maintenance page</a> that informs shoppers the store is offline. (Magento provides a default page.)</div>
26-
24+
<strong>
25+
We will take your store offline to protect shoppers during the duration of the {{type}} activity.
26+
</strong>
27+
<div ng-show="type == 'upgrade'">
28+
Before you start upgrade, you can optionally
29+
<a href="http://devdocs.magento.com/guides/v2.1/comp-mgr/trouble/cman/maint-mode.html">
30+
configure a custom maintenance page</a> that informs shoppers the store is offline.
31+
(Magento provides a default page.)
32+
</div>
2733
</span>
2834
</div>
2935

0 commit comments

Comments
 (0)