mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Added missing message string
- we use this property in the code but it was missing from the messages object - this was causing an error in the `tpl` library so this commit adds the correct message
This commit is contained in:
parent
ce81d907b6
commit
ac5f42b7ad
@ -9,7 +9,8 @@ const {CookieJar} = require('tough-cookie');
|
||||
|
||||
const messages = {
|
||||
noUrlProvided: 'No url provided.',
|
||||
insufficientMetadata: 'URL contains insufficient metadata.'
|
||||
insufficientMetadata: 'URL contains insufficient metadata.',
|
||||
unknownProvider: 'No provider found for supplied URL.'
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user