Skip to content

Commit 4196488

Browse files
committed
fix copy paste
1 parent 7c40aa5 commit 4196488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TGit/Commands/GitFlowMenuCommands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ private void FinishHotfixCommand(object sender, EventArgs e)
302302
var tagMessage = string.Empty;
303303
if (_options.UseAnnotatedTag)
304304
{
305-
tagMessage = Interaction.InputBox("Tag message:", "Finish release");
305+
tagMessage = Interaction.InputBox("Tag message:", "Finish hotfix");
306306
}
307307

308308
/* 1. Switch to the master branch

0 commit comments

Comments
 (0)