diff --git a/core/server/models/post.js b/core/server/models/post.js index d5cc432dbda3..7fefdd765917 100644 --- a/core/server/models/post.js +++ b/core/server/models/post.js @@ -687,7 +687,7 @@ Post = ghostBookshelf.Model.extend({ .then(function then(foundPostModel) { if (!foundPostModel) { throw new common.errors.NotFoundError({ - message: common.i18n.t('errors.models.posts.postNotFound') + message: common.i18n.t('errors.models.post.postNotFound') }); }