Fix message.
This commit is contained in:
parent
94f5b53206
commit
8357d4befa
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user