Punctuation

This commit is contained in:
Ebrahim Byagowi
2013-07-21 12:24:54 +04:30
parent b1617c54c9
commit 900b40fee2

View File

@@ -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'