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

View File

@@ -14,10 +14,6 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
$scope.subscription = null;
$scope.subscriptionBusy = true;
$scope.translationLinks = {
customAppsLink: 'https://docs.cloudron.io/custom-apps/tutorial/'
};
// values correspond to cron days
$scope.cronDays = [
{ name: 'Sunday', value: 0 },