{location.ContentInfo.Content.TranslatedName}
diff --git a/src/bundle/ui-dev/src/modules/universal-discovery/components/selected-locations/selected.locations.js b/src/bundle/ui-dev/src/modules/universal-discovery/components/selected-locations/selected.locations.js
index 3666e7d838..90e1952170 100644
--- a/src/bundle/ui-dev/src/modules/universal-discovery/components/selected-locations/selected.locations.js
+++ b/src/bundle/ui-dev/src/modules/universal-discovery/components/selected-locations/selected.locations.js
@@ -42,7 +42,7 @@ const SelectedLocations = () => {
return
{selectedLabel}
;
};
const renderToggleButton = () => {
- const iconName = isExpanded ? 'caret-next' : 'caret-back';
+ const iconName = isExpanded ? 'caret-double-next' : 'caret-double-back';
return (
);
};
const renderActionButtons = () => {
- const removeAllLabel = Translator.trans(/*@Desc("Remove all")*/ 'selected_locations.remove_all', {}, 'universal_discovery_widget');
+ const removeAllLabel = Translator.trans(
+ /*@Desc("Deselect all")*/ 'selected_locations.deselect_all',
+ {},
+ 'universal_discovery_widget',
+ );
return (