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.
Actions