Skip to content

Commit d3983d2

Browse files
committed
Changes GK Workspaces to Cloud Workspaces
1 parent 023c6b0 commit d3983d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ _{prefix}/workspace/{workspaceId}_
226226

227227
#### Example Usage
228228

229-
Right click a cloud workspace in the _GK Workspaces_ view and choose "Share -> Copy Link to Workspace". Use this link to open the view to the chosen workspace in GitLens.
229+
Right click a cloud workspace in the _Cloud Workspaces_ view and choose "Share -> Copy Link to Workspace". Use this link to open the view to the chosen workspace in GitLens.
230230

231231
## GitKraken Account Links
232232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19194,7 +19194,7 @@
1919419194
},
1919519195
{
1919619196
"id": "gitlens.views.workspaces",
19197-
"name": "GK Workspaces",
19197+
"name": "Cloud Workspaces",
1919819198
"when": "!gitlens:untrusted && !gitlens:hasVirtualFolders",
1919919199
"contextualTitle": "GitLens",
1920019200
"icon": "$(gitlens-workspaces-view)",

src/webviews/apps/home/components/feature-nav.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export class GlFeatureNav extends GlElement {
286286
data-requires="repo"
287287
><code-icon class="nav-list__icon" icon="gl-workspaces-view"></code-icon
288288
><gl-tooltip hoist class="nav-list__label" content="Show GitKraken Workspaces view">
289-
<span>GK Workspaces</span></gl-tooltip
289+
<span>Cloud Workspaces</span></gl-tooltip
290290
>
291291
</a>
292292
<gl-feature-badge placement="left" class="nav-list__access" cloud preview></gl-feature-badge>

0 commit comments

Comments
 (0)