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
@@ -239,7 +239,7 @@
<div class="content">
<div class="text-left">
<h1>Account</h1>
<h1>Profile</h1>
</div>
<div class="card">
@@ -4,7 +4,7 @@
/* global angular:false */
/* global $:false */
angular.module('Application').controller('AccountController', ['$scope', 'Client', function ($scope, Client) {
angular.module('Application').controller('ProfileController', ['$scope', 'Client', function ($scope, Client) {
$scope.user = Client.getUserInfo();
$scope.config = Client.getConfig();