* [PATCH proxmox-yew-comp] qemu efidisk editor: fix typo in warning message
@ 2026-03-26 15:37 Fiona Ebner
2026-03-26 22:17 ` applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Fiona Ebner @ 2026-03-26 15:37 UTC (permalink / raw)
To: yew-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-26 22:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-26 15:37 [PATCH proxmox-yew-comp] qemu efidisk editor: fix typo in warning message Fiona Ebner
2026-03-26 22:17 ` applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox