Skip to content

Commit 13bbf9a

Browse files
author
Bhavi Dhingra
committed
style(gcommit): modify header message
1 parent 7567ff6 commit 13bbf9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/fzf_headers/gcommit/__new_scope_header

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ source "$__CUSTOM_CONSOLE_UTIL"/__common
88

99
function __new_scope_header() {
1010

11-
local colorMsg="Enter the commit scope\n\n"
12-
colorMsg="${colorMsg}${BLUE}<esc>:${RESET} go back"
11+
local colorMsg="Enter the new commit scope\n\n"
12+
colorMsg="${colorMsg}${BLUE}esc:${RESET} go back"
1313

1414
local edge="-------------------------------------"
1515
local GCOMMIT_NEW_SCOPE_HEADER="${edge}\n${colorMsg}\n "

0 commit comments

Comments
 (0)