Explorar el Código

Aligns language on GK account

main
Eric Amodio hace 1 año
padre
commit
e6fa3e0346
Se han modificado 8 ficheros con 15 adiciones y 15 borrados
  1. +2
    -2
      README.md
  2. +2
    -2
      package.json
  3. +1
    -1
      src/plus/focus/focusService.ts
  4. +2
    -2
      src/plus/webviews/patchDetails/patchDetailsWebview.ts
  5. +1
    -1
      src/uris/deepLinks/deepLinkService.ts
  6. +5
    -5
      src/webviews/apps/home/home.html
  7. +1
    -1
      src/webviews/apps/plus/patchDetails/components/gl-patch-create.ts
  8. +1
    -1
      src/webviews/apps/welcome/welcome.html

+ 2
- 2
README.md Ver fichero

@ -23,7 +23,7 @@ Use `Switch to Pre-Release Version` on the extension banner to live on the edge
All features are free to use on all repos, **except** for features,
- marked with a ✨ require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately hosted repos
- marked with a ☁️ require a GitKraken Account, with access level based on your [plan](https://www.gitkraken.com/gitlens/pricing), e.g. Free, Pro, etc
- marked with a ☁️ require a GitKraken account, with access level based on your [plan](https://www.gitkraken.com/gitlens/pricing), e.g. Free, Pro, etc
See the [FAQ](#is-gitlens-free-to-use 'Jump to FAQ') for more details.
@ -272,7 +272,7 @@ Yes. All features are free to use on all repos, **except** for features,
- marked with a ✨ require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately hosted repos
- marked with a ☁️ require a GitKraken Account, with access level based on your [plan](https://www.gitkraken.com/gitlens/pricing), e.g. Free, Pro, etc
While GitLens offers a remarkable set of free features, a subset of features tailored for professional developers and teams, marked with a ✨, require a trial or paid plan for use on privately hosted repos — use on local or publicly hosted repos is free for everyone. Additionally some features marked with a ☁️, rely on GitKraken Dev Services which requires an account and access is based on your plan, e.g. Free, Pro, etc.
While GitLens offers a remarkable set of free features, a subset of features tailored for professional developers and teams, marked with a ✨, require a trial or paid plan for use on privately hosted repos — use on local or publicly hosted repos is free for everyone. Additionally some features marked with a ☁️, rely on GitKraken Dev Services which requires a GitKraken account and access is based on your plan, e.g. Free, Pro, etc.
Preview ✨ features instantly for free for 3 days without an account, or start a free GitKraken trial to get an additional 7 days and gain access to ☁️ features to experience the full power of GitLens.

+ 2
- 2
package.json Ver fichero

@ -15316,7 +15316,7 @@
},
{
"view": "gitlens.views.drafts",
"contents": "[Start Free Pro Trial](command:gitlens.plus.loginOrSignUp)\n\nStart a free 7-day Pro trial to use Cloud Patches, or [sign in](command:gitlens.plus.loginOrSignUp).\n☁️ Requires an account and access is based on your plan, e.g. Free, Pro, etc",
"contents": "[Start Free Pro Trial](command:gitlens.plus.loginOrSignUp)\n\nStart a free 7-day Pro trial to use Cloud Patches, or [sign in](command:gitlens.plus.loginOrSignUp).\n☁️ Requires a GitKraken account and access is based on your plan, e.g. Free, Pro, etc",
"when": "!gitlens:plus"
},
{
@ -15330,7 +15330,7 @@
},
{
"view": "gitlens.views.workspaces",
"contents": "[Start Free GitKraken Trial](command:gitlens.plus.loginOrSignUp)\n\nStart a free 7-day GitKraken trial to use GitKraken Workspaces, or [sign in](command:gitlens.plus.loginOrSignUp).\n☁️ Requires an account and access is based on your plan, e.g. Free, Pro, etc",
"contents": "[Start Free GitKraken Trial](command:gitlens.plus.loginOrSignUp)\n\nStart a free 7-day GitKraken trial to use GitKraken Workspaces, or [sign in](command:gitlens.plus.loginOrSignUp).\n☁️ Requires a GitKraken account and access is based on your plan, e.g. Free, Pro, etc",
"when": "!gitlens:plus"
},
{

+ 1
- 1
src/plus/focus/focusService.ts Ver fichero

@ -107,7 +107,7 @@ export class FocusService implements Disposable {
const scope = getLogScope();
try {
if (!(await ensureAccount('Pinning requires an account', this.container))) {
if (!(await ensureAccount('Pinning requires a GitKraken account.', this.container))) {
throw new Error('Unable to pin item: account required');
}

+ 2
- 2
src/plus/webviews/patchDetails/patchDetailsWebview.ts Ver fichero

@ -311,7 +311,7 @@ export class PatchDetailsWebviewProvider
return;
}
if (!(await ensureAccount('A GitKraken account is required to apply cloud patches.', this.container))) return;
if (!(await ensureAccount('Cloud Patches require a GitKraken account.', this.container))) return;
const changeset = this._context.draft.changesets?.[0];
if (changeset == null) return;
@ -350,7 +350,7 @@ export class PatchDetailsWebviewProvider
}
private async createDraft({ title, changesets, description }: CreatePatchParams): Promise<void> {
if (!(await ensureAccount('A GitKraken account is required to create cloud patches.', this.container))) return;
if (!(await ensureAccount('Cloud patches require a GitKraken account.', this.container))) return;
const createChanges: CreateDraftChange[] = [];

+ 1
- 1
src/uris/deepLinks/deepLinkService.ts Ver fichero

@ -440,7 +440,7 @@ export class DeepLinkService implements Disposable {
if (
!(await ensureAccount(
`A GitKraken account is required to open ${deepLinkTypeToString(targetType)} links.`,
`Opening ${deepLinkTypeToString(targetType)} links requires a GitKraken account.`,
this.container,
))
) {

+ 5
- 5
src/webviews/apps/home/home.html Ver fichero

@ -225,8 +225,8 @@
><span class="nav-list__label">Cloud Patches</span
><span
class="nav-list__access"
title="Requires an account and access is based on your plan, e.g. Free, Pro, etc"
aria-label="Requires an account and access is based on your plan, e.g. Free, Pro, etc"
title="Requires a GitKraken account and access is based on your plan, e.g. Free, Pro, etc"
aria-label="Requires a GitKraken account and access is based on your plan, e.g. Free, Pro, etc"
>☁️</span
></a
>
@ -240,8 +240,8 @@
><span class="nav-list__label">GitKraken Workspaces</span
><span
class="nav-list__access"
title="Requires an account and access is based on your plan, e.g. Free, Pro, etc"
aria-label="Requires an account and access is based on your plan, e.g. Free, Pro, etc"
title="Requires a GitKraken account and access is based on your plan, e.g. Free, Pro, etc"
aria-label="Requires a GitKraken account and access is based on your plan, e.g. Free, Pro, etc"
>☁️</span
></a
>
@ -385,7 +385,7 @@
</nav>
<p class="t-subtle">
✨ Requires a trial or paid plan to use this on privately hosted repos. <br />
☁️ Requires an account and access is based on your plan, e.g. Free, Pro, etc
☁️ Requires a GitKraken account and access is based on your plan, e.g. Free, Pro, etc
</p>
</main>

+ 1
- 1
src/webviews/apps/plus/patchDetails/components/gl-patch-create.ts Ver fichero

@ -132,7 +132,7 @@ export class GlPatchCreate extends GlTreeBase {
<gl-button full @click=${this.onCreateAll}>Create Cloud Patch</gl-button>
</span>
</p>
<!-- <p class="h-deemphasize"><code-icon icon="account"></code-icon> Requires an account <a href="#">sign-in</a></p>
<!-- <p class="h-deemphasize"><code-icon icon="account"></code-icon> Requires a GitKraken account <a href="#">sign-in</a></p>
<p class="h-deemphasize"><code-icon icon="info"></code-icon> <a href="#">Learn more about cloud patches</a></p> -->
</div>
`;

+ 1
- 1
src/webviews/apps/welcome/welcome.html Ver fichero

@ -603,7 +603,7 @@
<p>
✨ Requires a trial or paid plan for use on privately hosted repos
<br />
☁️ Requires an account and access is based on your plan, e.g. Free, Pro, etc
☁️ Requires a GitKraken account and access is based on your plan, e.g. Free, Pro, etc
</p>
</footer>
#{endOfBody}

Cargando…
Cancelar
Guardar