From d772c9f1d446f9566d0c46a1cb76dc63ef31cb21 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 25 May 2023 21:11:51 +1000 Subject: Use sentence case everywhere We have not been good at consistent casing so far. Now we use 'Sentence case' everywhere. EVERYWHERE. Also Removing 'Lc' prefix from i18n field names: the 'Lc' stood for lowercase but now that everything is in 'Sentence case' there's no need for the distinction. I've got a couple lower case things I've kept: namely, things that show up in parentheses. --- pkg/integration/tests/cherry_pick/cherry_pick.go | 2 +- pkg/integration/tests/cherry_pick/cherry_pick_conflicts.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/integration/tests/cherry_pick') diff --git a/pkg/integration/tests/cherry_pick/cherry_pick.go b/pkg/integration/tests/cherry_pick/cherry_pick.go index 6b77f8cc0..f0778a05a 100644 --- a/pkg/integration/tests/cherry_pick/cherry_pick.go +++ b/pkg/integration/tests/cherry_pick/cherry_pick.go @@ -61,7 +61,7 @@ var CherryPick = NewIntegrationTest(NewIntegrationTestArgs{ Press(keys.Commits.PasteCommits). Tap(func() { t.ExpectPopup().Alert(). - Title(Equals("Cherry-Pick")). + Title(Equals("Cherry-pick")). Content(Contains("Are you sure you want to cherry-pick the copied commits onto this branch?")). Confirm() }). diff --git a/pkg/integration/tests/cherry_pick/cherry_pick_conflicts.go b/pkg/integration/tests/cherry_pick/cherry_pick_conflicts.go index 54e69c044..b2ec0b24f 100644 --- a/pkg/integration/tests/cherry_pick/cherry_pick_conflicts.go +++ b/pkg/integration/tests/cherry_pick/cherry_pick_conflicts.go @@ -48,7 +48,7 @@ var CherryPickConflicts = NewIntegrationTest(NewIntegrationTestArgs{ Press(keys.Commits.PasteCommits) t.ExpectPopup().Alert(). - Title(Equals("Cherry-Pick")). + Title(Equals("Cherry-pick")). Content(Contains("Are you sure you want to cherry-pick the copied commits onto this branch?")). Confirm() -- cgit v1.2.3