fix translation issues in french and fix issues in estimate action

This commit is contained in:
bansarishukla
2019-11-13 19:33:31 +05:30
parent 2030ce603b
commit 35a12fd4d1
6 changed files with 39 additions and 28 deletions

View File

@ -242,7 +242,7 @@ export default {
swal({
title: 'Deleted',
text: 'you will not be able to recover this invoice!',
icon: 'error',
icon: '/assets/icon/trash-solid.svg',
buttons: true,
dangerMode: true
}).then(async (willDelete) => {