public inbox for yew-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Fiona Ebner <f.ebner@proxmox.com>
To: yew-devel@lists.proxmox.com
Subject: [PATCH proxmox-yew-comp] qemu efidisk editor: fix typo in warning message
Date: Thu, 26 Mar 2026 16:37:17 +0100	[thread overview]
Message-ID: <20260326153804.162278-1-f.ebner@proxmox.com> (raw)

Follow pve-manager commit 6ad2d568 ("ui: qemu: hd efi: fix typo in
warning").

Reported-by: ribbon <ribbon@skrbn.sakura.ne.jp>
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 src/form/pve/qemu_property/qemu_efidisk_property.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/form/pve/qemu_property/qemu_efidisk_property.rs b/src/form/pve/qemu_property/qemu_efidisk_property.rs
index 3497238..3e8a8b8 100644
--- a/src/form/pve/qemu_property/qemu_efidisk_property.rs
+++ b/src/form/pve/qemu_property/qemu_efidisk_property.rs
@@ -122,7 +122,7 @@ impl Component for QemuEfidiskPanelComp {
             .storage(self.storage_info.as_ref().map(|info| info.storage.clone()));
 
         let bios_hint = hint(tr!(
-            "Warning: The VM currently does not uses 'OVMF (UEFI)' as BIOS."
+            "Warning: The VM currently does not use 'OVMF (UEFI)' as BIOS."
         ))
         .key("bios_hint");
 
-- 
2.47.3





             reply	other threads:[~2026-03-26 15:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-26 15:37 Fiona Ebner [this message]
2026-03-26 22:17 ` applied: " Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260326153804.162278-1-f.ebner@proxmox.com \
    --to=f.ebner@proxmox.com \
    --cc=yew-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal