We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e122b commit 4ca1ebeCopy full SHA for 4ca1ebe
src/frontend/apps/impress/src/features/docs/docs-grid/components/DocGridContentList.tsx
@@ -141,7 +141,7 @@ export const DraggableDocGridContentList = ({
141
return t('You must be the owner to move the document');
142
}
143
if (!canDrop) {
144
- return t('You must be at least the editor of the target document');
+ return t('You must be at least the administrator of the target document');
145
146
147
return selectedDoc?.title || t('Unnamed document');
0 commit comments