We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97eb3ad commit 7cee8b5Copy full SHA for 7cee8b5
src/notebooks/deepnote/integrations/integrationManager.ts
@@ -157,7 +157,7 @@ export class IntegrationManager implements IIntegrationManager {
157
}
158
159
if (integrations.size === 0) {
160
- void window.showInformationMessage(l10n.t(`No integrations found in this project.`));
+ void window.showInformationMessage(l10n.t('No integrations found in this project.'));
161
return;
162
163
0 commit comments