mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Readded notEnoughPermission message in post model (#14759)
no issue
The message was removed somewhere, but the git history looks to be modified so I couldn't find the reference to when and why it was removed (the message seems to be added and removed in the same commit).
Added in: e849167472
No reference to where it was removed. But after the same commit above, it wasn't present any longer.
This commit is contained in:
parent
196b8ad0da
commit
23c88d250e
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ const messages = {
|
|||
isAlreadyPublished: 'Your post is already published, please reload your page.',
|
||||
valueCannotBeBlank: 'Value in {key} cannot be blank.',
|
||||
expectedPublishedAtInFuture: 'Date must be at least {cannotScheduleAPostBeforeInMinutes} minutes in the future.',
|
||||
untitled: '(Untitled)'
|
||||
untitled: '(Untitled)',
|
||||
notEnoughPermission: 'You do not have permission to perform this action'
|
||||
};
|
||||
|
||||
const MOBILEDOC_REVISIONS_COUNT = 10;
|
||||
|
|
Loading…
Add table
Reference in a new issue