Actions
Bug #91314
closedTypo in validation.identifierExists.message text message in the backend extension
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-05-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
The validation.identifierExists.message text message used in typo3/sysext/backend/Classes/Controller/SiteConfigurationController.php controller (https://github.com/TYPO3-CMS/backend/blob/v10.4.1/Resources/Private/Language/locallang_siteconfiguration.xlf#L58) has a small typo:
Given site identifier "%1s" already exists and points to a different site. The existing identifier "%2s" for this site is kept.';
and it should be:
Given site identifier "%1s" already exists and points to a different site. The existing identifier "%2s" for this site is kept.
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64417
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64357
Updated by Marcin Sągol over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2754fed36f2137d6fc7770f2b1e912d238b78820.
Actions