Shun Miyazawa 3 лет назад
Родитель
Сommit
5d70472056
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/server/service/page.ts

+ 1 - 1
apps/app/src/server/service/page.ts

@@ -478,7 +478,7 @@ class PageService {
         throw err;
       }
       if (!isGrantNormalized) {
-        throw Error(`revertDeletedPage to "${newPagePath}" since the selected grant or grantedGroup is not assignable to this page.`);
+        throw Error(`This page cannot be renamed to "${newPagePath}" since the selected grant or grantedGroup is not assignable to this page.`);
       }
     }