Running Task i18n Textcollector Task

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key SilverStripe\AssetAdmin\Controller\AssetAdmin.LoadingTitleTip

GET /dev/tasks/i18nTextCollectorTask

Line 753 in /home/akbreastcentre/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

744                                 $entity = ['default' => $default];
745                             } else {
746                                 $entity = $default;
747                             }
748                             if ($comment) {
749                                 $entity['comment'] = $comment;
750                             }
751                             $entities[$key] = $entity;
752                         } elseif ($this->getWarnOnEmptyDefault()) {
753                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
754                         }
755                     }
756                     $currentEntity = [];
757                     $inArrayClosedBy = false;
758                     break;
759             }

Trace

SilverStripe\Dev\Tasks\i18nTextCollectorTask completed!