dashboard: info tab translations

This commit is contained in:
Johannes Zellner
2024-04-10 18:48:20 +02:00
parent 87ae95aa4f
commit 8d04374764
3 changed files with 9 additions and 2 deletions

View File

@@ -162,6 +162,8 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
$scope.info.notes.busy = false;
$scope.info.notes.editing = false;
$scope.refreshApp($scope.app.id);
});
}
},