We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7567ff6 commit 13bbf9aCopy full SHA for 13bbf9a
util/fzf_headers/gcommit/__new_scope_header
@@ -8,8 +8,8 @@ source "$__CUSTOM_CONSOLE_UTIL"/__common
8
9
function __new_scope_header() {
10
11
- local colorMsg="Enter the commit scope\n\n"
12
- colorMsg="${colorMsg}${BLUE}<esc>:${RESET} go back"
+ local colorMsg="Enter the new commit scope\n\n"
+ colorMsg="${colorMsg}${BLUE}esc:${RESET} go back"
13
14
local edge="-------------------------------------"
15
local GCOMMIT_NEW_SCOPE_HEADER="${edge}\n${colorMsg}\n "
0 commit comments