diff --git a/src/views/app.html b/src/views/app.html
index 95c6c7e59..c0ddc3c8d 100644
--- a/src/views/app.html
+++ b/src/views/app.html
@@ -270,22 +270,22 @@
-
{{ 'app.updateDialog.unstableWarning' | tr }}
-
{{ 'app.updateDialog.changelogHeader' | tr:{ version: config.update.apps[app.id].manifest.version } }}
-
-
+
{{ 'app.updateDialog.unstableWarning' | tr }}
+
{{ 'app.updateDialog.changelogHeader' | tr:{ version: config.update[app.id].manifest.version } }}
+
+
{{ 'app.updateDialog.subscriptionExpired' | tr }}
@@ -912,11 +912,11 @@
-
+
{{ 'app.updates.info.customAppUpdateInfo' | tr }}
-
+
diff --git a/src/views/app.js b/src/views/app.js
index 220d2421f..d3907edca 100644
--- a/src/views/app.js
+++ b/src/views/app.js
@@ -843,7 +843,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
confirmUpdate: function () {
$scope.updates.busyUpdate = true;
- Client.updateApp($scope.app.id, $scope.config.update.apps[$scope.app.id].manifest, { skipBackup: $scope.updates.skipBackup }, function (error) {
+ Client.updateApp($scope.app.id, $scope.config.update[$scope.app.id].manifest, { skipBackup: $scope.updates.skipBackup }, function (error) {
$scope.updates.busyUpdate = false;
if (error) return Client.error(error);
diff --git a/src/views/apps.html b/src/views/apps.html
index e11fc6426..2f824b5b4 100644
--- a/src/views/apps.html
+++ b/src/views/apps.html
@@ -151,7 +151,7 @@
-