From 900b40fee2ad3a0f0e0a0d3b259b7843e97524e4 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sun, 21 Jul 2013 12:24:54 +0430 Subject: [PATCH] Punctuation --- src/main/webapp/js/controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/js/controllers.js b/src/main/webapp/js/controllers.js index f400859e..196f67d5 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -284,7 +284,7 @@ module.controller('FeedDetailsCtrl', ['$scope', '$state', '$stateParams', 'FeedS $scope.unsubscribe = function() { var sub = $scope.sub; var title = 'Unsubscribe'; - var msg = 'Unsubscribe from ' + sub.name + ' ?'; + var msg = 'Unsubscribe from ' + sub.name + '?'; var btns = [ { result : 'cancel', label : 'Cancel'