We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7772ba commit a04ad62Copy full SHA for a04ad62
src/strings.rs
@@ -1087,7 +1087,7 @@ pub mod commands {
1087
CMD_GROUP_GENERAL,
1088
)
1089
}
1090
- pub fn commit_emoji_open(
+ pub fn conventional_commit_open(
1091
key_config: &SharedKeyConfig,
1092
) -> CommandText {
1093
CommandText::new(
src/tabs/status.rs
@@ -738,7 +738,7 @@ impl Component for Status {
738
739
out.push(
740
CommandInfo::new(
741
- strings::commands::commit_emoji_open(
+ strings::commands::conventional_commit_open(
742
&self.key_config,
743
),
744
true,
0 commit comments