lib/locales/en.yml in pagy-7.0.11 vs lib/locales/en.yml in pagy-8.0.0

- old
+ new

@@ -13,9 +13,9 @@ item_name: one: "item" other: "items" info: no_items: "No %{item_name} found" - single_page: "Displaying <b>%{count}</b> %{item_name}" - multiple_pages: "Displaying %{item_name} <b>%{from}-%{to}</b> of <b>%{count}</b> in total" - combo_nav_js: "<label>Page %{page_input} of %{pages}</label>" - items_selector_js: "<label>Show %{items_input} %{item_name} per page</label>" + single_page: "Displaying %{count} %{item_name}" + multiple_pages: "Displaying %{item_name} %{from}-%{to} of %{count} in total" + combo_nav_js: "Page %{page_input} of %{pages}" + items_selector_js: "Show %{items_input} %{item_name} per page"