public inbox for yew-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Christoph Heiss <c.heiss@proxmox.com>
To: yew-devel@lists.proxmox.com
Subject: [yew-devel] [PATCH yew-comp] apt, acme: fix typos in translatable/user-visible strings
Date: Tue, 16 Sep 2025 11:58:47 +0200	[thread overview]
Message-ID: <20250916095847.413812-1-c.heiss@proxmox.com> (raw)

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
 src/acme/certificate_list.rs | 4 ++--
 src/apt_repositories.rs      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/acme/certificate_list.rs b/src/acme/certificate_list.rs
index e7a97a2..d9ce92c 100644
--- a/src/acme/certificate_list.rs
+++ b/src/acme/certificate_list.rs
@@ -345,7 +345,7 @@ fn rows() -> Vec<KVGridRow> {
         KVGridRow::new("fingerprint", tr!("Fingerprint")),
         KVGridRow::new("issuer", tr!("Issuer")),
         KVGridRow::new("subject", tr!("Subject")),
-        KVGridRow::new("public-key-type", tr!("Public Key Alogrithm")),
+        KVGridRow::new("public-key-type", tr!("Public Key Algorithm")),
         KVGridRow::new("public-key-bits", tr!("Public Key Size")),
         KVGridRow::new("notbefore", tr!("Valid Since")).renderer(render_date),
         KVGridRow::new("notafter", tr!("Expires")).renderer(render_date),
@@ -381,7 +381,7 @@ fn columns() -> Vec<DataTableHeader<CertificateInfo>> {
             .flex(1)
             .render(|item: &CertificateInfo| html! {&item.subject})
             .into(),
-        DataTableColumn::new(tr!("Public Key Alogrithm"))
+        DataTableColumn::new(tr!("Public Key Algorithm"))
             .hidden(true)
             .render(|item: &CertificateInfo| html! {&item.public_key_type})
             .into(),
diff --git a/src/apt_repositories.rs b/src/apt_repositories.rs
index f04bf9a..fc5c1a9 100644
--- a/src/apt_repositories.rs
+++ b/src/apt_repositories.rs
@@ -694,7 +694,7 @@ impl ProxmoxAptRepositories {
 
         let url = format!("{}/repositories", props.base_url);
 
-        EditWindow::new(tr!("Add") + ": " + &tr!("Respository"))
+        EditWindow::new(tr!("Add") + ": " + &tr!("Repository"))
             .on_done(ctx.link().change_view_callback(|_| None))
             .renderer(move |form_ctx: &FormContext| {
                 let repo = form_ctx.read().get_field_text("handle");
-- 
2.50.1



_______________________________________________
yew-devel mailing list
yew-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/yew-devel


             reply	other threads:[~2025-09-16  9:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-16  9:58 Christoph Heiss [this message]
2025-09-16 11:17 ` [yew-devel] 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=20250916095847.413812-1-c.heiss@proxmox.com \
    --to=c.heiss@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