Project

General

Profile

Bug #89447

Updated by Frank Nägler over 4 years ago

if an error occurs while clearing the cache, a notification is triggered with static text, which can't be translated: 

 @TypeScript/Toolbar/ClearCacheMenu.ts@ 

 <pre><code class="javascript"> 
 Notification.error( 
     
           'An error occurred', 
     
           'An error occurred while clearing the cache. It is likely not all caches were cleared as expected.', 
 ); 
 </code></pre> 

 This message should be use language labels to makes it possible to create translations for to other languages.

Back