Fix message.
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user