This is a body and should use sentence capitalization.
Signed-off-by: Maximiliano Sandoval <[email protected]>
---
src/page_not_found.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/page_not_found.rs b/src/page_not_found.rs
index cc3b2d7..d777a82 100644
--- a/src/page_not_found.rs
+++ b/src/page_not_found.rs
@@ -6,6 +6,6 @@ use pwt::widget::error_message;
pub fn PageNotFound() -> Html {
Scaffold::new()
.application_bar(ApplicationBar::new().title(tr!("Not found")))
- .body(error_message(&tr!("page not found")))
+ .body(error_message(&tr!("Page not found")))
.into()
}
--
2.47.2
_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel