Fix message.
This commit is contained in:
parent
94f5b53206
commit
8357d4befa
@ -140,7 +140,7 @@ angular.module('accountant.accounts', [
|
||||
var id = account.id;
|
||||
|
||||
$ngBootbox.confirm(
|
||||
'Voulez-vous supprimer le compte \\\'' + account.name + '\\\' ?',
|
||||
'Voulez-vous supprimer le compte \'' + account.name + '\' ?',
|
||||
function(result) {
|
||||
if(result) {
|
||||
account.$delete().then(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user