mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-08 16:14:13 +00:00
Fix deprecated i18n api (#398)
This commit is contained in:
+1
-1
@@ -214,7 +214,7 @@ export const usePaymentStore = (useWindow = false) => {
|
||||
})
|
||||
notificationStore.showNotification({
|
||||
type: 'success',
|
||||
message: global.tc('payments.deleted_message', 2),
|
||||
message: global.t('payments.deleted_message', 2),
|
||||
})
|
||||
resolve(response)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user