Skip to content

Commit 5ef31f3

Browse files
author
Ivan Gavryshko
committed
MAGETWO-43906: Long database prefix length breaks setup
- added prefix length rule description to tooltip
1 parent 2e4f97e commit 5ef31f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/view/magento/setup/add-database.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
id="dbTablePrefix"
336336
class="form-el-input"
337337
tooltip-placement="right"
338-
tooltip="Enter a prefix for database tables created in this installation. Use letters, numbers or underscores, and begin with a letter (Ex: ‘mg1_’)"
338+
tooltip="Enter a prefix for database tables created in this installation. Use letters, numbers or underscores, and begin with a letter (Ex: ‘mg1_’). Table prefix length can't be more than 5 characters."
339339
tooltip-trigger="focus"
340340
tooltip-append-to-body="true"
341341
type="text"

0 commit comments

Comments
 (0)