Explorar o código

fix error log

Shun Miyazawa %!s(int64=2) %!d(string=hai) anos
pai
achega
7b0dc922ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/app/src/server/routes/apiv3/pages.js

+ 1 - 1
apps/app/src/server/routes/apiv3/pages.js

@@ -773,7 +773,7 @@ module.exports = (crowi) => {
       if (isUserPage(newPagePath)) {
         const isExistUser = await User.isExistUserByUserPagePath(newPagePath);
         if (!isExistUser) {
-          return res.apiv3Err("Unable to rename a page under a non-existent user's user page");
+          return res.apiv3Err("Unable to duplicate a page under a non-existent user's user page");
         }
       }