Skip to content

Commit 7cee8b5

Browse files
committed
remove useless template literal
1 parent 97eb3ad commit 7cee8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notebooks/deepnote/integrations/integrationManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export class IntegrationManager implements IIntegrationManager {
157157
}
158158

159159
if (integrations.size === 0) {
160-
void window.showInformationMessage(l10n.t(`No integrations found in this project.`));
160+
void window.showInformationMessage(l10n.t('No integrations found in this project.'));
161161
return;
162162
}
163163

0 commit comments

Comments
 (0)