Change "Loading Agent..." to "Loading keyboard configuration..."

This commit is contained in:
László Monda
2017-10-15 16:05:47 +02:00
parent 69101d73a8
commit bff97f02d7

View File

@@ -3,7 +3,7 @@ import { Component } from '@angular/core';
@Component({
selector: 'loading-device',
template: `
<uhk-message title="Loading Agent..."
<uhk-message title="Loading keyboard configuration..."
subtitle="Hang tight!"
[rotateLogo]="true"></uhk-message>
`