Fix localization

This commit is contained in:
Elio Struyf
2024-07-01 10:36:34 +02:00
parent 4197de2b2e
commit 2cb6c89d87
+1 -1
View File
@@ -241,7 +241,7 @@ export class Questions {
if (options.length === 0) {
Notifications.error(
LocalizationKey.helpersQuestionsSelectContentTypeQuickPickErrorNoContentTypes
l10n.t(LocalizationKey.helpersQuestionsSelectContentTypeQuickPickErrorNoContentTypes)
);
return;
}