diff --git a/ghost/admin/app/services/tour.js b/ghost/admin/app/services/tour.js
index cf2675ed4a..bbda6e5e86 100644
--- a/ghost/admin/app/services/tour.js
+++ b/ghost/admin/app/services/tour.js
@@ -60,7 +60,7 @@ export default Service.extend(Evented, {
}, {
id: 'upload-a-theme',
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: https://docs.ghost.org/api/handlebars-themes/'
+ 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: https://docs.ghost.org/api/handlebars-themes/'
}];
},