Skip to content

Commit 462d4de

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 only letters, numbers, and underscore characters.'
23+
'A unique URL helps keep your store and customers safer. Use only letters, numbers, and underscore characters.'
2424
)
2525
];
2626
?>

0 commit comments

Comments
 (0)