Skip to content

Commit fa7e100

Browse files
authored
[5.3] db prefix (#45920)
1 parent 576f1d3 commit fa7e100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/language/en-GB/joomla.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ INSTL_DATABASE_NO_SCHEMA="No database schema exists for this database type."
9393
INSTL_DATABASE_PASSWORD_DESC="Enter the database password you created or a password provided by your host."
9494
INSTL_DATABASE_PREFIX_DESC="Enter a table prefix or use the randomly generated one."
9595
INSTL_DATABASE_PREFIX_DUPLICATE_DESC="If you are using an existing database with tables with the same prefix, Joomla will rename those existing tables by adding the prefix \"bak_\"."
96-
INSTL_DATABASE_PREFIX_MSG="The table prefix must start with a letter, optionally be followed by alphanumeric characters and by an underscore"
96+
INSTL_DATABASE_PREFIX_MSG="The table prefix must start with a letter, optionally be followed by alphanumeric characters, and must end with an underscore."
9797
INSTL_DATABASE_RESPONSE_ERROR="The installation process failed."
9898
INSTL_DATABASE_TYPE_DESC="Select the database type."
9999
INSTL_DATABASE_USER_DESC="Enter the database username you created or a username provided by your host."

0 commit comments

Comments
 (0)