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