Skip to content

Commit

Permalink
Merge pull request #1587 from hstastna/Items_dropdown_my_settings
Browse files Browse the repository at this point in the history
Remove "items" keyword from list in my settings
  • Loading branch information
mzazrivec authored Jun 26, 2017
2 parents 8fef3f2 + 3569485 commit 102ecea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/helpers/ui_constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ module UiConstants

# Per page choices and default
PPCHOICES = [
[N_("5 items"), 5],
[N_("10 items"), 10],
[N_("20 items"), 20],
[N_("50 items"), 50],
[N_("100 items"), 100],
[N_("200 items"), 200],
[N_("500 items"), 500],
[N_("1000 items"), 1000]
[N_("5"), 5],
[N_("10"), 10],
[N_("20"), 20],
[N_("50"), 50],
[N_("100"), 100],
[N_("200"), 200],
[N_("500"), 500],
[N_("1000"), 1000]
]

# Per page choices for task/jobs
Expand Down

0 comments on commit 102ecea

Please sign in to comment.