Bug #89447
closedThe notification for an error while clearing the cache is not translatable
100%
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.
Updated by Gerrit Code Review about 5 years ago
- Status changed from Accepted 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/+/62269
Updated by Gerrit Code Review about 5 years ago
Patch set 2 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/+/62269
Updated by Oliver Bartsch about 5 years ago
- Related to Bug #88939: Custom CacheAction cannot send success state and custom flash messages added
Updated by Gerrit Code Review almost 5 years ago
Patch set 3 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/+/62269
Updated by Oliver Bartsch almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0eab75ea9db2ae5beabf3ae5571ef9ba2b57cc76.