diff --git a/static/directives/delete-namespace-view.html b/static/directives/delete-namespace-view.html index 9c8620bb4..f74878156 100644 --- a/static/directives/delete-namespace-view.html +++ b/static/directives/delete-namespace-view.html @@ -1,12 +1,12 @@
- +
Delete Account:Delete {{ namespaceTitle }}: Begin deletion - You must cancel your billing subscription before this account can be deleted. + You must cancel your billing subscription before this {{ namespaceTitle }} can be deleted.
@@ -15,14 +15,14 @@
- Deleting an account is non-reversable and will delete - all of the account's data including repositories, created build triggers, + Deleting an {{ namespaceTitle }} is non-reversable and will delete + all of the {{ namespaceTitle }}'s data including repositories, created build triggers, and notifications.
diff --git a/static/js/directives/ui/delete-namespace-view.js b/static/js/directives/ui/delete-namespace-view.js index af72bda42..1b1024ac7 100644 --- a/static/js/directives/ui/delete-namespace-view.js +++ b/static/js/directives/ui/delete-namespace-view.js @@ -11,7 +11,8 @@ angular.module('quay').directive('deleteNamespaceView', function () { scope: { 'user': '=user', 'organization': '=organization', - 'subscriptionStatus': '=subscriptionStatus' + 'subscriptionStatus': '=subscriptionStatus', + 'namespaceTitle': '@namespaceTitle' }, controller: function($scope, $element, UserService) { $scope.context = {}; diff --git a/static/partials/org-view.html b/static/partials/org-view.html index 2db34838f..c08e6a4d5 100644 --- a/static/partials/org-view.html +++ b/static/partials/org-view.html @@ -118,7 +118,7 @@ -
+
diff --git a/static/partials/user-view.html b/static/partials/user-view.html index 9df68e625..7f7769073 100644 --- a/static/partials/user-view.html +++ b/static/partials/user-view.html @@ -134,8 +134,7 @@ -
+