mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed duplicate tokens in app titles
no issue - the `Settings - Apps` part of the title is already set via the `settings` route
This commit is contained in:
parent
86c75aed72
commit
072a561be1
@ -2,7 +2,7 @@ import AuthenticatedRoute from 'ghost-admin/routes/authenticated';
|
||||
import styleBody from 'ghost-admin/mixins/style-body';
|
||||
|
||||
export default AuthenticatedRoute.extend(styleBody, {
|
||||
titleToken: 'Settings - Apps - AMP',
|
||||
titleToken: 'AMP',
|
||||
|
||||
classNames: ['settings-view-apps-amp'],
|
||||
|
||||
|
@ -5,7 +5,7 @@ import {inject as service} from '@ember/service';
|
||||
export default AuthenticatedRoute.extend(styleBody, {
|
||||
settings: service(),
|
||||
|
||||
titleToken: 'Settings - Apps - Slack',
|
||||
titleToken: 'Slack',
|
||||
|
||||
classNames: ['settings-view-apps-slack'],
|
||||
|
||||
|
@ -7,7 +7,7 @@ export default AuthenticatedRoute.extend(styleBody, {
|
||||
config: service(),
|
||||
settings: service(),
|
||||
|
||||
titleToken: 'Settings - Apps - Unsplash',
|
||||
titleToken: 'Unsplash',
|
||||
classNames: ['settings-view-apps-unsplash'],
|
||||
|
||||
beforeModel() {
|
||||
|
Loading…
Reference in New Issue
Block a user