mirror of
https://github.com/flarum/core.git
synced 2025-08-07 00:47:00 +02:00
feat: improved page navigation for users list (#3741)
* feat: add first and last page buttons * feat: add textbox-based page navigation * feat: add query parameter page navigation
This commit is contained in:
@@ -273,6 +273,9 @@ core:
|
||||
|
||||
pagination:
|
||||
back_button: Previous page
|
||||
first_button: Go to first page
|
||||
go_to_page_textbox_a11y_label: Go directly to page number
|
||||
last_button: Go to last page
|
||||
next_button: Next page
|
||||
page_counter: Page {current} of {total}
|
||||
|
||||
|
Reference in New Issue
Block a user