Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / toolbar / js / views / ToolbarAuralView.js
index f4cca42bd3f5a15ae9f2f35a36b5435eb1fdd24e..6096d4170fdb67c3ec515670111de9b6cf393f28 100644 (file)
@@ -29,7 +29,8 @@
       var text = void 0;
       if (trayNameElement !== null) {
         text = Drupal.t('Tray "@tray" @action.', {
-          '@tray': trayNameElement.textContent, '@action': action
+          '@tray': trayNameElement.textContent,
+          '@action': action
         });
       } else {
         text = Drupal.t('Tray @action.', { '@action': action });