mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Fixed broken syntax in pagination plugin
refs d783a8d2d4
- missed a comma in the `messages` object 🤦
This commit is contained in:
parent
d783a8d2d4
commit
de9960fc45
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const errors = require('@tryghost/errors');
|
|||
const tpl = require('@tryghost/tpl');
|
||||
|
||||
const messages = {
|
||||
pageNotFound: 'Page not found'
|
||||
pageNotFound: 'Page not found',
|
||||
couldNotUnderstandRequest: 'Could not understand request.'
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue