Shun Miyazawa 3 سال پیش
والد
کامیت
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;
         throw err;
       }
       }
       if (!isGrantNormalized) {
       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.`);
       }
       }
     }
     }