mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-01-17 09:12:40 +00:00
fix: trailing '-' on (un)subscribe button in subscriptions page
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
"failed": "失敗。エラーコード {0} 。詳細はログに記録"
|
||||
},
|
||||
"actions": {
|
||||
"subscribe": "チャンネル登録 - {count}",
|
||||
"unsubscribe": "登録解除 - {count}",
|
||||
"subscribe": "チャンネル登録",
|
||||
"unsubscribe": "登録解除",
|
||||
"view_subscriptions": "登録チャンネルを見る",
|
||||
"sort_by": "表示順:",
|
||||
"most_recent": "新しい順",
|
||||
|
||||
Reference in New Issue
Block a user