Fix prepare, e2e tested with GitHub

This commit is contained in:
Johan Haals
2021-01-15 14:34:21 +01:00
parent 2249b22e3e
commit 548dbf154e
9 changed files with 131 additions and 93 deletions
@@ -190,7 +190,7 @@ export const TemplatePage = () => {
if (!parsedUrl.resource) {
errors.storePath.addError(
'There needs to be a hostname in the storePath',
'There needs to be a hostname in the store path',
);
}