Use new translation argument passing

This commit is contained in:
Johannes Zellner
2020-11-12 23:13:52 +01:00
parent 50433206a3
commit bf2965dba0
16 changed files with 50 additions and 72 deletions
-5
View File
@@ -11,11 +11,6 @@ angular.module('Application').controller('SupportController', ['$scope', '$locat
$scope.apps = Client.getInstalledApps();
$scope.supportConfig = null;
$scope.translationLinks = {
supportViewLink: 'https://docs.cloudron.io/apps/?support_view',
forumLink: 'https://forum.cloudron.io/'
};
$scope.feedback = {
error: null,
result: null,