소스 검색

Updates patch storage confirmation

main
Keith Daulton 1 년 전
부모
커밋
86b37bebe6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/plus/utils.ts

+ 1
- 1
src/plus/utils.ts 파일 보기

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

불러오는 중...
취소
저장