Skip to content

Commit 5e1f12d

Browse files
author
Al Manning
committed
update warning based on review feedback
1 parent 8f47a46 commit 5e1f12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/publish/confluence/confluence-verify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const verifyOrWarnManagePermissions = async (
7474

7575
if (!canManagePermissions) {
7676
const confirmed: boolean = await Confirm.prompt(
77-
"Published pages will be directly editable within the Confluence web editor.\n\nThis means that if you republish the page from Quarto, you may be overwriting the web edits. We recommend that you establish a clear policy about how this published page will be revised.\n\nAre you sure you want to continue?"
77+
"We've detected that your account is not able to manage the permissions for this destination.\n\nPublished pages will be directly editable within the Confluence web editor.\n\nThis means that if you republish the page from Quarto, you may be overwriting the web edits.\nWe recommend that you establish a clear policy about how this published page will be revised.\n\nAre you sure you want to continue?"
7878
);
7979
if (!confirmed) {
8080
throw new Error("");

0 commit comments

Comments
 (0)