Merge branch 'translation-warning-french' into 'master'

fix translation issues in french and fix issues in estimate action

See merge request mohit.panjvani/crater-web!18
This commit is contained in:
Mohit Panjwani
2019-11-14 06:33:36 +00:00
5 changed files with 39 additions and 26 deletions

View File

@ -252,7 +252,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) => {