Skip to content

Commit

Permalink
Fix localization
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Jul 1, 2024
1 parent 4197de2 commit 2cb6c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/Questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export class Questions {

if (options.length === 0) {
Notifications.error(
LocalizationKey.helpersQuestionsSelectContentTypeQuickPickErrorNoContentTypes
l10n.t(LocalizationKey.helpersQuestionsSelectContentTypeQuickPickErrorNoContentTypes)
);
return;
}
Expand Down

0 comments on commit 2cb6c89

Please sign in to comment.