Skip to content

Commit 3799a71

Browse files
committed
Updates labels of recompose actions
1 parent 8d13e4b commit 3799a71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contributions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"gitlens.ai.aiRebaseBranch:graph": {
27-
"label": "AI Recompose branch commits (Preview)...",
27+
"label": "AI Recompose Branch Commits (Preview)",
2828
"icon": "$(sparkle)",
2929
"menus": {
3030
"webview/context": [
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"gitlens.ai.aiRebaseUnpushed:graph": {
40-
"label": "AI Recompose unpushed commits (Preview)...",
40+
"label": "AI Recompose Unpushed Commits (Preview)",
4141
"icon": "$(sparkle)",
4242
"menus": {
4343
"webview/context": [

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6191,12 +6191,12 @@
61916191
},
61926192
{
61936193
"command": "gitlens.ai.aiRebaseBranch:graph",
6194-
"title": "AI Recompose branch commits (Preview)...",
6194+
"title": "AI Recompose Branch Commits (Preview)",
61956195
"icon": "$(sparkle)"
61966196
},
61976197
{
61986198
"command": "gitlens.ai.aiRebaseUnpushed:graph",
6199-
"title": "AI Recompose unpushed commits (Preview)...",
6199+
"title": "AI Recompose Unpushed Commits (Preview)",
62006200
"icon": "$(sparkle)"
62016201
},
62026202
{

0 commit comments

Comments
 (0)