Skip to content

Commit

Permalink
Replace 'Self Service' for 'Service UI' text
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenBW committed Sep 28, 2017
1 parent 96e0403 commit 8eb903a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/app/skin/skin.module.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const text = {
app: {
name: 'ManageIQ Self Service'
name: 'ManageIQ Service UI'
},
login: {
brand: '<strong>ManageIQ</strong> Self Service'
brand: '<strong>ManageIQ</strong> Service UI'
}
}

Expand Down
2 changes: 1 addition & 1 deletion client/app/states/_states.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.splash__message
&::before
content: 'ManageIQ Self Service'
content: 'ManageIQ Service UI'

@import '404/404'
@import 'login/login'
Expand Down
2 changes: 1 addition & 1 deletion client/app/states/login/login.state.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('State: login', () => {
});

it('sets app brand', () => {
expect(ctrl.text.brand).to.equal('<strong>ManageIQ</strong> Self Service');
expect(ctrl.text.brand).to.equal('<strong>ManageIQ</strong> Service UI');
});
});
});
Expand Down

0 comments on commit 8eb903a

Please sign in to comment.