feat: add translation for integration settings notifications
This commit is contained in:
@@ -109,7 +109,7 @@ export const IntegrationSettingsModal = ({
|
|||||||
},
|
},
|
||||||
{ withCredentials: true }
|
{ withCredentials: true }
|
||||||
);
|
);
|
||||||
notify(`success`, `Google Sheet selected successfully`)
|
notify(`success`, t('integration_settings.notifications.sheet_selected'));
|
||||||
console.log("Google Sheet ID updated:", response.data);
|
console.log("Google Sheet ID updated:", response.data);
|
||||||
} catch (error: any) {
|
} catch (error: any) {
|
||||||
console.error(
|
console.error(
|
||||||
|
|||||||
Reference in New Issue
Block a user