Skip to content

Commit 352410a

Browse files
committed
Fixes missing "Community" label when signed out
1 parent 5c81947 commit 352410a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plus/gk/account/subscription.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export function getSubscriptionPlanName(id: SubscriptionPlanId) {
186186
return 'GitLens Enterprise';
187187
case SubscriptionPlanId.Community:
188188
default:
189-
return 'GitLens';
189+
return 'GitLens Community';
190190
}
191191
}
192192

0 commit comments

Comments
 (0)