From 09907f387338cd7847de2eac80db6cdbacc802c5 Mon Sep 17 00:00:00 2001 From: Aditya Pillai <29032680+pilleye@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:56:35 -0500 Subject: [PATCH] fix typo with sign off commit --- src/strings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings.rs b/src/strings.rs index 158c58b6..31ca1138 100644 --- a/src/strings.rs +++ b/src/strings.rs @@ -1002,7 +1002,7 @@ pub mod commands { ) -> CommandText { CommandText::new( format!( - "Sing-off [{}]", + "Sign-off [{}]", key_config.get_hint(key_config.keys.toggle_signoff), ), "sign-off commit (-s option)",