mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
fix typo with sign off commit
This commit is contained in:
parent
b7772e63e4
commit
09907f3873
1 changed files with 1 additions and 1 deletions
|
|
@ -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)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue