Skip to content

Commit a04ad62

Browse files
committed
✏️ fix: s/commit_emoij/conventional_commit
1 parent b7772ba commit a04ad62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/strings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ pub mod commands {
10871087
CMD_GROUP_GENERAL,
10881088
)
10891089
}
1090-
pub fn commit_emoji_open(
1090+
pub fn conventional_commit_open(
10911091
key_config: &SharedKeyConfig,
10921092
) -> CommandText {
10931093
CommandText::new(

src/tabs/status.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ impl Component for Status {
738738

739739
out.push(
740740
CommandInfo::new(
741-
strings::commands::commit_emoji_open(
741+
strings::commands::conventional_commit_open(
742742
&self.key_config,
743743
),
744744
true,

0 commit comments

Comments
 (0)