mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-01-16 08:42:38 +00:00
fix: trailing '-' on (un)subscribe button in subscriptions page
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
"failed": "Failed with error code {0}, see logs for more info"
|
||||
},
|
||||
"actions": {
|
||||
"subscribe": "Subscribe - {count}",
|
||||
"unsubscribe": "Unsubscribe - {count}",
|
||||
"subscribe": "Subscribe",
|
||||
"unsubscribe": "Unsubscribe",
|
||||
"view_subscriptions": "View Subscriptions",
|
||||
"sort_by": "Sort by:",
|
||||
"most_recent": "Most Recent",
|
||||
|
||||
Reference in New Issue
Block a user