Skip to content

Commit

Permalink
fix(content/playlist): change rule based playlist results from 200 to…
Browse files Browse the repository at this point in the history
… 150 SUP-46082
  • Loading branch information
amirch1 committed Jan 2, 2025
1 parent 22799be commit 00cd37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
(onClose)="_applyResultsLimit()">
<div class="kResultsLimitPopup">
<div class="kResultsLimitSlider">
<kSlider [(ngModel)]="_resultsLimit" [min]="1" [max]="200" [step]="1"></kSlider>
<kSlider [(ngModel)]="_resultsLimit" [min]="1" [max]="150" [step]="1"></kSlider>
</div>
<div class="kResultsLimitPopupFooter">
<span>{{ 'applications.content.entries.resultsLimitRange' | translate }}</span>
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
"resultsLimit": "Results Limit ({{0}})",
"orderBy": "Order by: {{0}}",
"totalDuration": "Total duration {{0}}",
"resultsLimitRange": "1 - 200 Entries",
"resultsLimitRange": "1 - 150 Entries",
"noEntries": "No entries",
"viewAnalytics": "View Analytics",
"filterError": "Could not filter entries using the provided filters combination.\nPlease remove some of the filters and try again."
Expand Down

0 comments on commit 00cd37b

Please sign in to comment.