mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix: trailing '-' on (un)subscribe button in subscriptions page
This commit is contained in:
parent
6711ed970f
commit
c2f78bf03a
55 changed files with 115 additions and 113 deletions
|
@ -22,8 +22,8 @@
|
|||
"failed": "失敗。エラーコード {0} 。詳細はログに記録"
|
||||
},
|
||||
"actions": {
|
||||
"subscribe": "チャンネル登録 - {count}",
|
||||
"unsubscribe": "登録解除 - {count}",
|
||||
"subscribe": "チャンネル登録",
|
||||
"unsubscribe": "登録解除",
|
||||
"view_subscriptions": "登録チャンネルを見る",
|
||||
"sort_by": "表示順:",
|
||||
"most_recent": "新しい順",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue