mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fix egregious typo.
This commit is contained in:
parent
78458f320e
commit
7db837e0e5
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export default Service.extend(Evented, {
|
||||||
}, {
|
}, {
|
||||||
id: 'upload-a-theme',
|
id: 'upload-a-theme',
|
||||||
title: 'Customising your publication',
|
title: 'Customising your publication',
|
||||||
message: 'Using custom themes, you can completely control the look and feel of your site to suit your branch. Here\'s a full guide to help: <strong><a href="https://docs.ghost.org/api/handlebars-themes/" target="_blank">https://docs.ghost.org/api/handlebars-themes/</a></strong>'
|
message: 'Using custom themes you can completely control the look and feel of your site to suit your brand. Here\'s a full guide to help: <strong><a href="https://docs.ghost.org/api/handlebars-themes/" target="_blank">https://docs.ghost.org/api/handlebars-themes/</a></strong>'
|
||||||
}];
|
}];
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue