diff --git a/openslides/core/static/js/core/site.js b/openslides/core/static/js/core/site.js index 2016c624a..62ee12aa4 100644 --- a/openslides/core/static/js/core/site.js +++ b/openslides/core/static/js/core/site.js @@ -429,7 +429,9 @@ angular.module('OpenSlidesApp.core.site', [ .directive('routeLoadingIndicator', [ '$rootScope', '$state', - function($rootScope, $state) { + 'gettext', + function($rootScope, $state, gettext) { + gettext('Loading ...'); return { restrict: 'E', template: "

Loading ...

", diff --git a/openslides/core/static/templates/index.html b/openslides/core/static/templates/index.html index 0061c4b11..4c83fca39 100644 --- a/openslides/core/static/templates/index.html +++ b/openslides/core/static/templates/index.html @@ -128,7 +128,7 @@ -