Quellcode durchsuchen

Updates patch storage confirmation

main
Keith Daulton vor 1 Jahr
Ursprung
Commit
86b37bebe6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/plus/utils.ts

+ 1
- 1
src/plus/utils.ts Datei anzeigen

@ -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,

Laden…
Abbrechen
Speichern