Browse Source

Updates patch storage confirmation

main
Keith Daulton 1 year ago
parent
commit
86b37bebe6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/plus/utils.ts

+ 1
- 1
src/plus/utils.ts View File

@ -116,7 +116,7 @@ export async function confirmDraftStorage(container: Container): Promise
const decline: MessageItem = { title: 'No', isCloseAffordance: true };
const moreInfo: MessageItem = { title: 'More Info' };
const result = await window.showInformationMessage(
`Creating a Cloud Patch will store code on GitKraken's servers.\n\nDo you want to continue?`,
`Cloud Patches are securely stored by GitKraken.\n\nDo you want to continue?`,
{ modal: true },
accept,
decline,

Loading…
Cancel
Save