feat: add translation for integration settings notifications

This commit is contained in:
RohitR311
2024-12-21 16:38:01 +05:30
parent 33ac9c3a2d
commit 70eed0c36c

View File

@@ -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(