mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00:00
Fix deprecated i18n api (#398)
This commit is contained in:
2
resources/scripts/admin/stores/invoice.js
vendored
2
resources/scripts/admin/stores/invoice.js
vendored
@@ -279,7 +279,7 @@ export const useInvoiceStore = (useWindow = false) => {
|
||||
|
||||
notificationStore.showNotification({
|
||||
type: 'success',
|
||||
message: global.tc('invoices.deleted_message', 2),
|
||||
message: global.t('invoices.deleted_message', 2),
|
||||
})
|
||||
resolve(response)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user