1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

Change CopiedToClipboard text to start lower-case

It is used in the context "'xyz' copied to clipboard", so it looks weird when it
start uppercase.
This commit is contained in:
Stefan Haller
2024-03-22 08:03:20 +01:00
parent b8a0473c68
commit 96c5cbe34e
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ var CopyToClipboard = NewIntegrationTest(NewIntegrationTestArgs{
).
Press(keys.Universal.CopyToClipboard)
t.ExpectToast(Equals("'branch-a' Copied to clipboard"))
t.ExpectToast(Equals("'branch-a' copied to clipboard"))
t.Views().Files().
Focus()