Skip to content

Commit

Permalink
after review
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 committed Dec 22, 2023
1 parent 34e00eb commit 9625353
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_global-search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
align-items: center;
}

&__autocomplete-total-count {
&__autocomplete-total-count-number {
margin-left: calculateRem(4px);
}

Expand Down
4 changes: 2 additions & 2 deletions src/bundle/Resources/translations/ibexa_search.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<note>key: autocomplete.request.error</note>
</trans-unit>
<trans-unit id="95d62d3e38a2c9042e56a3c7fb087d8645384229" resname="autocomplete.results_count">
<source>Results:</source>
<target state="new">Results:</target>
<source>Results</source>
<target state="new">Results</target>
<note>key: autocomplete.results_count</note>
</trans-unit>
<trans-unit id="9909b3aba5a51f5fd34ba6c9fdba12115ced5564" resname="autocomplete.view_all_results">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ul>
<div class="ibexa-global-search__autocomplete-view-all">
<div class="ibexa-global-search__autocomplete-total-count">
{{ 'autocomplete.results_count'|trans|desc('Results:') }}
{{ 'autocomplete.results_count'|trans|desc('Results') }}:
<span class="ibexa-global-search__autocomplete-total-count-number"></span>
</div>
<button
Expand Down

0 comments on commit 9625353

Please sign in to comment.