Actions
Bug #89447
closedThe notification for an error while clearing the cache is not translatable
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2019-10-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
if an error occurs while clearing the cache, a notification is triggered with static text, which can't be translated:
TypeScript/Toolbar/ClearCacheMenu.ts
Notification.error(
'An error occurred',
'An error occurred while clearing the cache. It is likely not all caches were cleared as expected.',
);
This message should use language labels to makes it possible to create translations for other languages.
Actions