Skip to content

Commit 4ca1ebe

Browse files
committed
💬(copy) wrong permission mentionned on move doc
To move a doc you have to be at least admin of the destination doc Signed-off-by: virgile-deville <virgile.deville@beta.gouv.fr>
1 parent 62e122b commit 4ca1ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/apps/impress/src/features/docs/docs-grid/components/DocGridContentList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export const DraggableDocGridContentList = ({
141141
return t('You must be the owner to move the document');
142142
}
143143
if (!canDrop) {
144-
return t('You must be at least the editor of the target document');
144+
return t('You must be at least the administrator of the target document');
145145
}
146146

147147
return selectedDoc?.title || t('Unnamed document');

0 commit comments

Comments
 (0)