itizawa 6 years ago
parent
commit
b533bfb6ea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/server/routes/apiv3/customize-setting.js

+ 2 - 2
src/server/routes/apiv3/customize-setting.js

@@ -75,9 +75,9 @@ module.exports = (crowi) => {
       return res.apiv3({ customizeParams });
       return res.apiv3({ customizeParams });
     }
     }
     catch (err) {
     catch (err) {
-      const msg = 'Error occurred in updating presentation';
+      const msg = 'Error occurred in updating layout and theme';
       logger.error('Error', err);
       logger.error('Error', err);
-      return res.apiv3Err(new ErrorV3(msg, 'update-presentation-failed'));
+      return res.apiv3Err(new ErrorV3(msg, 'update-layoutTheme-failed'));
     }
     }
   });
   });