Change loading session message (#1461)
This commit is contained in:
parent
1d86c6da01
commit
5eafa37cdd
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ function DeviceManage() {
|
|||
<div className="device-manage">
|
||||
<div className="device-manage__loading">
|
||||
<Spinner size="small" />
|
||||
<Text>Loading devices...</Text>
|
||||
<Text>Loading sessions...</Text>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue