feat: add translation for integration settings notifications

This commit is contained in:
RohitR311
2024-12-21 16:42:32 +05:30
parent 70eed0c36c
commit 3f0a58e584

View File

@@ -79,8 +79,9 @@ export const IntegrationSettingsModal = ({
); );
notify( notify(
"error", "error",
`Error fetching spreadsheet files: ${error.response?.data?.message || error.message t('integration_settings.errors.fetch_error', {
}` message: error.response?.data?.message || error.message
})
); );
} }
}; };