Fix message.

This commit is contained in:
Alexis Lahouze 2016-04-12 10:46:52 +02:00
parent 94f5b53206
commit 8357d4befa

View File

@ -140,7 +140,7 @@ angular.module('accountant.accounts', [
var id = account.id; var id = account.id;
$ngBootbox.confirm( $ngBootbox.confirm(
'Voulez-vous supprimer le compte \\\'' + account.name + '\\\' ?', 'Voulez-vous supprimer le compte \'' + account.name + '\' ?',
function(result) { function(result) {
if(result) { if(result) {
account.$delete().then(function() { account.$delete().then(function() {