From 2cb6c89d877722516ec577c1e8cf72285c8b0095 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Mon, 1 Jul 2024 10:36:34 +0200 Subject: [PATCH] Fix localization --- src/helpers/Questions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/Questions.ts b/src/helpers/Questions.ts index c11a6969..f32b2386 100644 --- a/src/helpers/Questions.ts +++ b/src/helpers/Questions.ts @@ -241,7 +241,7 @@ export class Questions { if (options.length === 0) { Notifications.error( - LocalizationKey.helpersQuestionsSelectContentTypeQuickPickErrorNoContentTypes + l10n.t(LocalizationKey.helpersQuestionsSelectContentTypeQuickPickErrorNoContentTypes) ); return; }