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; }