Skip to content

Commit 245fbb7

Browse files
committed
Change label of unmerged changes based on user feedback
1 parent e51a27b commit 245fbb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git-webui/release/share/git-webui/webui/css/git-webui.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ body {
982982
right: 5px;
983983
}
984984
#changedFilesContainer .file-area .U::after {
985-
content: "Unmerged";
985+
content: "Merge Conflict";
986986
position: absolute;
987987
right: 5px;
988988
color: red;

git-webui/src/share/git-webui/webui/css/git-webui.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ body {
985985
}
986986

987987
.U::after {
988-
content: "Unmerged";
988+
content: "Merge Conflict";
989989
position: absolute;
990990
right: 5px;
991991
color: red;

0 commit comments

Comments
 (0)