mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-19 21:08:54 -04:00
Removed a space
This commit is contained in:
parent
07c52cba3d
commit
509bace7d1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module Invidious::Frontend::Pagination
|
|||
str << " "
|
||||
str << %(<i class="icon ion-ios-arrow-forward"></i>)
|
||||
else
|
||||
# Regular arrow ("first" points to the left)
|
||||
# Regular arrow ("first" points to the left)
|
||||
str << %(<i class="icon ion-ios-arrow-back"></i>)
|
||||
str << " "
|
||||
str << translate(locale, "First page")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue