* [pdm-devel] [PATCH datacenter-manager] ui: views: fixed typos in widget names
@ 2025-12-02 13:09 Gabriel Goller
2025-12-02 14:01 ` Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Goller @ 2025-12-02 13:09 UTC (permalink / raw)
To: pdm-devel
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
ui/src/dashboard/view/row_view.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/src/dashboard/view/row_view.rs b/ui/src/dashboard/view/row_view.rs
index df5552c33431..e0b295c17d02 100644
--- a/ui/src/dashboard/view/row_view.rs
+++ b/ui/src/dashboard/view/row_view.rs
@@ -592,14 +592,14 @@ fn create_menu(ctx: &yew::Context<RowViewComp>, new_coords: Position) -> Menu {
),
)
.with_item(
- MenuItem::new(tr!("Nodes With the Hightest CPU Usagge)")).on_select(
+ MenuItem::new(tr!("Nodes with Highest CPU Usage")).on_select(
create_callback(WidgetType::Leaderboard {
leaderboard_type: LeaderboardType::NodeCpu,
}),
),
)
.with_item(
- MenuItem::new(tr!("Nodes With the Highest Memory Usage")).on_select(
+ MenuItem::new(tr!("Nodes with Highest Memory Usage")).on_select(
create_callback(WidgetType::Leaderboard {
leaderboard_type: LeaderboardType::NodeMemory,
}),
--
2.47.3
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [pdm-devel] [PATCH datacenter-manager] ui: views: fixed typos in widget names
2025-12-02 13:09 [pdm-devel] [PATCH datacenter-manager] ui: views: fixed typos in widget names Gabriel Goller
@ 2025-12-02 14:01 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-12-02 14:01 UTC (permalink / raw)
To: pdm-devel, Gabriel Goller
On Tue, 02 Dec 2025 14:09:26 +0100, Gabriel Goller wrote:
>
Applied, albeit not so sure if dropping the "the" makes it really better,
but we can still change this and for such UI labels it can be OK to stay on the
conciser side, thanks!
[1/1] ui: views: fixed typos in widget names
commit: 1f38ca3a57fb6b03370661bc49f1ed169b039a57
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-02 14:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-02 13:09 [pdm-devel] [PATCH datacenter-manager] ui: views: fixed typos in widget names Gabriel Goller
2025-12-02 14:01 ` Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.