Skip to content

Commit 3e37328

Browse files
committed
Fixes title messaging on patch security links
1 parent ac5de7f commit 3e37328

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/webviews/apps/plus/patchDetails/components/gl-patch-create.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,13 @@ export class GlPatchCreate extends GlTreeBase<GlPatchCreateEvents> {
253253
<a
254254
href="https://www.gitkraken.com/solutions/cloud-patches"
255255
title="Learn more about Cloud Patches"
256-
aria-label="Learn more about GitKraken security"
256+
aria-label="Learn more about Cloud Patches"
257257
>Cloud Patches</a
258258
>
259259
are
260260
<a
261261
href="https://help.gitkraken.com/gitlens/security"
262-
title="Learn more about Cloud Patches"
262+
title="Learn more about GitKraken security"
263263
aria-label="Learn more about GitKraken security"
264264
>securely stored</a
265265
>
@@ -272,7 +272,7 @@ export class GlPatchCreate extends GlTreeBase<GlPatchCreateEvents> {
272272
<a
273273
href="https://www.gitkraken.com/solutions/cloud-patches"
274274
title="Learn more about Cloud Patches"
275-
aria-label="Learn more about GitKraken security"
275+
aria-label="Learn more about Cloud Patches"
276276
>Cloud Patch</a
277277
>
278278
will be securely stored in your organization's self-hosted storage

0 commit comments

Comments
 (0)