diff --git a/html_source/src/app/app.component.ts b/html_source/src/app/app.component.ts
index c0997044..19c21a48 100644
--- a/html_source/src/app/app.component.ts
+++ b/html_source/src/app/app.component.ts
@@ -14,11 +14,12 @@ import { paths, pathsChildrenAuth } from './pages/paths';
import { hasOwnProperty } from '@parts/functions/hasOwnProperty';
import { Dialog } from '@angular/cdk/dialog';
import { ParamsCallRpc } from '@api/models/call_rpc.model';
+import { ZanoLoadersService } from '@parts/services/zano-loaders.service';
@Component({
selector: 'app-root',
template: `
-
@@ -33,6 +34,13 @@ import { ParamsCallRpc } from '@api/models/call_rpc.model';
+ {{ zanoLoadersService.getMessage('fullScreen') | async | translate }} +
+ ++ {{ 'Loading...' | translate }} +
+ +