Rename account to profile

This commit is contained in:
Johannes Zellner
2019-11-07 11:07:57 +01:00
parent 7040bb01f4
commit 85f1c3816b
4 changed files with 6 additions and 6 deletions

View File

@@ -123,9 +123,9 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/apps', {
controller: 'AppsController',
templateUrl: 'views/apps.html?<%= revision %>'
}).when('/account', {
controller: 'AccountController',
templateUrl: 'views/account.html?<%= revision %>'
}).when('/profile', {
controller: 'ProfileController',
templateUrl: 'views/profile.html?<%= revision %>'
}).when('/backups', {
controller: 'BackupsController',
templateUrl: 'views/backups.html?<%= revision %>'