diff options
author | Maxim Devaev <[email protected]> | 2022-07-24 19:07:37 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-07-24 19:26:46 +0300 |
commit | c8f9396fe021228a46be924191a629935099fd9b (patch) | |
tree | b25a61f886284373b07610efa4d545b4ee04b3c7 | |
parent | 8ab0ce45b9b816d7e7aee71c52286173ddcbb98d (diff) |
better wording
-rw-r--r-- | web/kvm/index.html | 6 | ||||
-rw-r--r-- | web/kvm/navbar-msd.pug | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 99596b8c..9c39d76c 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -407,9 +407,9 @@ <td style="line-height:1.5"><b>Read-write mode is enabled</b></td> </tr> <tr> - <td><sup style="line-height:1">Do not turn off PiKVM during this to prevent filesystem<br> - corruption, and don't use this mode unnecessarily.<br> - It can reduce the resource of the memory card.</sup></td> + <td><sup style="line-height:1">Do not turn off PiKVM while this is active to prevent<br> + filesystem corruption. Use read-only mode where possible,<br> + as writing to SD card often can reduce its lifespan.</sup></td> </tr> </table> </div> diff --git a/web/kvm/navbar-msd.pug b/web/kvm/navbar-msd.pug index 8d4a451d..17d60172 100644 --- a/web/kvm/navbar-msd.pug +++ b/web/kvm/navbar-msd.pug @@ -25,9 +25,9 @@ li(id="msd-dropdown" class="right feature-disabled") hr div(id="msd-message-rw-enabled" class="hidden") +menu_message("warning", "Read-write mode is enabled") - | Do not turn off PiKVM during this to prevent filesystem#[br] - | corruption, and don't use this mode unnecessarily.#[br] - | It can reduce the resource of the memory card. + | Do not turn off PiKVM while this is active to prevent#[br] + | filesystem corruption. Use read-only mode where possible,#[br] + | as writing to SD card often can reduce its lifespan. hr div(id="msd-message-downloads" class="hidden") hr |