Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Commit

Permalink
[Web] A simpler pending message
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Uden committed Mar 1, 2016
1 parent 102b453 commit 31f2f1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class ModalPendingComponent extends mio.StatelessComponent<void> {
return (
<div>
<div className="modalContainerTitle">
<span className="text">Awaiting Operation</span>
<span className="text">Busy</span>
</div>
<div className="modalContainerBody">
<div className="pending">
Expand Down

0 comments on commit 31f2f1c

Please sign in to comment.