diff options
author | Maxim Devaev <[email protected]> | 2022-07-24 04:11:09 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-07-24 04:11:09 +0300 |
commit | 06bf0fcd17e58d0a719baed57fca9aa786340237 (patch) | |
tree | 60d0840f01888d1fb5b38a5e037ccbbf58774f37 | |
parent | 0d1e8b4c10eb3014348d026ef077b089f906cc11 (diff) |
spell
-rw-r--r-- | web/kvm/index.html | 2 | ||||
-rw-r--r-- | web/kvm/navbar-msd.pug | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 6c46afce..3b908aee 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -390,7 +390,7 @@ <table> <tr> <td rowspan="2"><img class="sign " src="/share/svg/warning.svg"></td> - <td style="line-height:1.5"><b>Current image is out of storag</b></td> + <td style="line-height:1.5"><b>Current image is out of storage</b></td> </tr> <tr> <td><sup style="line-height:1">This image was connected manually using <b>kvmd-otgmsd</b></sup></td> diff --git a/web/kvm/navbar-msd.pug b/web/kvm/navbar-msd.pug index 165c30f0..b2cd5b99 100644 --- a/web/kvm/navbar-msd.pug +++ b/web/kvm/navbar-msd.pug @@ -20,7 +20,7 @@ li(id="msd-dropdown" class="right feature-disabled") | The device filesystem will be truncated to 2.2GiB hr div(id="msd-message-out-of-storage" class="hidden") - +menu_message("warning", "Current image is out of storag") + +menu_message("warning", "Current image is out of storage") | This image was connected manually using #[b kvmd-otgmsd] hr table(class="kv msd-single-storage feature-disabled") |