Skip to content

Commit 6211006

Browse files
eamodiod13
authored andcommitted
Updates button tooltip
1 parent f6e080e commit 6211006

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/webviews/apps/plus/graph/actions/pushPullButton.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,14 @@ export const PushPullButton = ({
129129
state.webviewInstanceId,
130130
)}
131131
className="action-button"
132-
aria-label="Push (force)"
132+
aria-label="Force Push"
133133
>
134134
<span className="codicon codicon-repo-force-push" aria-hidden="true"></span>
135135
</a>
136-
<span slot="content">Push (force)</span>
136+
<span slot="content">
137+
Force Push {pluralize('commit', branchState.ahead)} to {remote}
138+
{branchState.provider?.name ? ` on ${branchState.provider?.name}` : ''}
139+
</span>
137140
</GlTooltip>
138141
)}
139142
</>

0 commit comments

Comments
 (0)