Skip to content
Snippets Groups Projects
Commit 3daaffb4 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] ext:install Improve wording in empty database select

On first installation only existing empty databases can be selected.
The hint for "Existing tables will be removed" is obsolete.

Change-Id: I05c0fb460672b8b4bbffe321945c46d2c7be2b2f
Resolves: #52314
Releases: 6.2
Reviewed-on: https://review.typo3.org/24078
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
parent aba9b8ed
No related merge requests found
......@@ -34,8 +34,7 @@
checked="checked"
/>
<div>
<label for="t3-install-step-database-existing">Select an EMPTY existing database:</label>
<p>Any tables used by TYPO3 will be overwritten.</p>
<label for="t3-install-step-database-existing">Use an existing, empty database:</label>
<select
id="t3-install-step-database-existing"
name="install[values][existing]"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment