Commit 74da5a61 by Torkel Ödegaard

fix(spelling): capitalize text

parent d56e7787
...@@ -46,7 +46,7 @@ function (angular, app, _, config) { ...@@ -46,7 +46,7 @@ function (angular, app, _, config) {
$scope.appEvent('confirm-modal', { $scope.appEvent('confirm-modal', {
title: 'Are you sure you want to delete this row?', title: 'Are you sure you want to delete this row?',
icon: 'fa-trash', icon: 'fa-trash',
yesText: 'delete', yesText: 'Delete',
onConfirm: function() { onConfirm: function() {
$scope.dashboard.rows = _.without($scope.dashboard.rows, $scope.row); $scope.dashboard.rows = _.without($scope.dashboard.rows, $scope.row);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment