Skip to content

Commit

Permalink
fix js
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Aug 30, 2023
1 parent b43d595 commit dcc53e7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ const ContentCreateWidget = () => {
const createLabel = Translator.trans(/*@Desc("Create")*/ 'create_content.create', {}, 'universal_discovery_widget');
const closeLabel = Translator.trans(/*@Desc("Close")*/ 'popup.close.label', {}, 'universal_discovery_widget');
const cancelLabel = Translator.trans(/*@Desc("Cancel")*/ 'content_create.cancel.label', {}, 'universal_discovery_widget');
const placeholder = Translator.trans(/*@Desc("Search by Content Type")*/ 'content_create.placeholder', {}, 'universal_discovery_widget');
const placeholder = Translator.trans(
/*@Desc("Search by Content Type")*/ 'content_create.placeholder',
{},
'universal_discovery_widget',
);
const filtersDescLabel = Translator.trans(
/*@Desc("Or choose from list")*/ 'content.create.filters.desc',
{},
Expand Down

0 comments on commit dcc53e7

Please sign in to comment.