-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[4.0] incorrect terminology #19728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.0] incorrect terminology #19728
Conversation
PR for joomla#19725 It is NOT a database table name you are entering - it is the database name. and replace specify with enter at the same time (plain english)
|
@brianteeman Your branch is out-of-date. Can you merge the latest changes, please. |
| INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_DELETE_FILE="In order to confirm that you are the owner of this website please delete the file named "%1$s" we have created in the "%2$s" folder of your Joomla site." | ||
| INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_GENERAL_MESSAGE="You are trying to use a database host which is not on your local server. For security reasons, you need to verify the ownership of your web hosting account. <a href="_QQ_"%s"_QQ_">Please read the documentation</a> for more information." | ||
| INSTL_DATABASE_NAME_DESC="Specify the database table name. Use table prefix to distinct Joomla sites." | ||
| INSTL_DATABASE_NAME_DESC="Enter the database table name." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
database name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
less haste more speed
| INSTL_DATABASE="Database Configuration" | ||
| INSTL_DATABASE_ERROR_POSTGRESQL_QUERY="PostgreSQL database query failed." | ||
| INSTL_DATABASE_HOST_DESC="Specify the Host Name, usually \"localhost\" or a name provided by your host." | ||
| INSTL_DATABASE_HOST_DESC="Enter the Host Name, usually \"localhost\" or a name provided by your host." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lower case Host Name? This is the case with database name below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no it needs to be caps to differentiate from "name provided by your host"
|
I have tested this item ✅ successfully on 35219ec This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19728. |
|
I have tested this item ✅ successfully on 35219ec This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19728. |
|
I have tested this item ✅ successfully on 35219ec This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19728. |
|
I have tested this item ✅ successfully on 0f78eda This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19728. |
PR for #19725
It is NOT a database table name you are entering - it is the database name.
and replace specify with enter at the same time (plain english)