Skip to content

Commit d85e46d

Browse files
author
Ivan Gavryshko
committed
MAGETWO-43907 Custom admin URL breaks admin log in after installation
- improved error message
1 parent 8be6169 commit d85e46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/view/magento/setup/web-configuration.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $hints = [
2020
),
2121
'admin' => sprintf(
2222
'<p>%s</p>',
23-
'A unique URL helps keep store and customer info safer. Use letters, numbers or underscores.'
23+
'A unique URL helps keep store and customer info safer. Use only letters, numbers, and underscore characters.'
2424
)
2525
];
2626
?>
@@ -113,7 +113,7 @@ $hints = [
113113
>
114114
<div class="error-container">
115115
<span ng-show="webconfig.admin.$error">
116-
Please enter a valid admin URL path. Use letters, numbers or underscores.
116+
Please enter a valid admin URL path. Use only letters, numbers, and underscore characters.
117117
</span>
118118
</div>
119119
</div>

0 commit comments

Comments
 (0)