- {/* Why: match the Checks hosted-review buttons so action-button shape is consistent across Source Control and Checks. */}
-
-
-
-
-
-
-
- {primaryAction.title}
- {primaryAction.kind === 'commit' ? (
-
- ) : null}
-
-
+
+
+
+
+
@@ -80,7 +67,6 @@ export function CommitActionMenu({
primaryAction.disabled && 'opacity-50'
)}
aria-label={moreCommitAndRemoteActionsLabel}
- title={moreActionsLabel}
>
{showChevronSpinner ? (
diff --git a/src/renderer/src/components/right-sidebar/source-control/commit/commit-area.tsx b/src/renderer/src/components/right-sidebar/source-control/commit/commit-area.tsx
index 7fa97394071..e73181161b0 100644
--- a/src/renderer/src/components/right-sidebar/source-control/commit/commit-area.tsx
+++ b/src/renderer/src/components/right-sidebar/source-control/commit/commit-area.tsx
@@ -165,10 +165,6 @@ export function CommitArea({
'auto.components.right.sidebar.SourceControl.cc199ccc5f',
'More commit and remote actions'
)
- const moreActionsLabel = translate(
- 'auto.components.right.sidebar.SourceControl.4d6e1fd7f3',
- 'More actions'
- )
const dropdownMenuContent = (
{dropdownItems.map((entry) =>
@@ -180,7 +176,6 @@ export function CommitArea({
{
@@ -235,7 +230,6 @@ export function CommitArea({
showSpinner={showSpinner}
showChevronSpinner={showChevronSpinner}
moreCommitAndRemoteActionsLabel={moreCommitAndRemoteActionsLabel}
- moreActionsLabel={moreActionsLabel}
dropdownMenuContent={dropdownMenuContent}
onPrimaryAction={onPrimaryAction}
/>
diff --git a/src/renderer/src/components/right-sidebar/source-control/commit/commit-message-composer.tsx b/src/renderer/src/components/right-sidebar/source-control/commit/commit-message-composer.tsx
index 6553aaaee2a..be1adcae9d5 100644
--- a/src/renderer/src/components/right-sidebar/source-control/commit/commit-message-composer.tsx
+++ b/src/renderer/src/components/right-sidebar/source-control/commit/commit-message-composer.tsx
@@ -56,10 +56,6 @@ export function CommitMessageComposer({