[pdm-devel] [PATCH datacenter-manager 3/5] ui: remote edit: rename 'Nodes' to 'Endpoints'
Dominik Csapak
d.csapak at proxmox.com
Fri Jan 10 11:21:40 CET 2025
as we call it in the wizard
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
ui/src/remotes/edit_remote.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/remotes/edit_remote.rs b/ui/src/remotes/edit_remote.rs
index 61608d2..f9b0356 100644
--- a/ui/src/remotes/edit_remote.rs
+++ b/ui/src/remotes/edit_remote.rs
@@ -102,7 +102,7 @@ fn edit_remote_input_panel(_form_ctx: &FormContext, remote_id: &str) -> Html {
.key("nodes-title")
.padding_top(4)
.class("pwt-font-title-medium")
- .with_child(tr!("Nodes")),
+ .with_child(tr!("Endpoints")),
)
.with_custom_child(NodeUrlList::new().name("nodes").key("nodes").padding_top(2))
.into()
--
2.39.5
More information about the pdm-devel
mailing list