Skip to content

Commit

Permalink
fix(ui): use consistent case for diff modes (#7945)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
aslafy-z authored Dec 19, 2021
1 parent e15c8a5 commit e50d03e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ${formatLines(diffLines(i.a, i.b), {context, aname: `a/${name}}`, bname: `b/${i.
})
}
/>
<label htmlFor='inlineDiff'>Inline Diff</label>
<label htmlFor='inlineDiff'>Inline diff</label>
</div>
{files
.sort((a: any, b: any) => a.newPath.localeCompare(b.newPath))
Expand Down

0 comments on commit e50d03e

Please sign in to comment.