Skip to content

Commit

Permalink
IBX-8132: Fixed transaltion key
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Sep 13, 2024
1 parent ef9a91c commit 12e6e3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@
<target state="new">Collapse sidebar</target>
<note>key: selected_locations.collapse.sidebar</note>
</trans-unit>
<trans-unit id="cc263557dd2c35c602e3141118c18e073037e64e" resname="selected_locations.deselect">
<trans-unit id="d4462bb9386e96a0984586618fbfbcd0852fd4ea" resname="selected_locations.deselect_all">
<source>{1}Deselect|[2,Inf]Deselect all</source>
<target state="new">{1}Deselect|[2,Inf]Deselect all</target>
<note>key: selected_locations.deselect</note>
<note>key: selected_locations.deselect_all</note>
</trans-unit>
<trans-unit id="19700661da70137e52d0009660c9a87f5bcb99bd" resname="selected_locations.expand.sidebar">
<source>Expand sidebar</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const SelectedLocations = () => {
};
const renderActionButtons = () => {
const removeLabel = Translator.transChoice(
/*@Desc("{1}Deselect|[2,Inf]Deselect all")*/ 'selected_locations.deselect',
/*@Desc("{1}Deselect|[2,Inf]Deselect all")*/ 'selected_locations.deselect_all',
selectedLocations.length,
{},
'ibexa_universal_discovery_widget',
Expand Down

0 comments on commit 12e6e3e

Please sign in to comment.