1
0
mirror of https://github.com/fallenbagel/jellyseerr.git synced 2026-01-11 17:16:50 -05:00

style: added mediaServerType to reflect which mediaserver is being used in the play on button

added mediaServerType to reflect which mediaserver is being used in the play on button in issues
page
This commit is contained in:
Fallenbagel
2022-05-20 06:33:08 +05:00
parent 0dd8b15109
commit 1e53139162
18 changed files with 75 additions and 40 deletions

View File

@@ -55,8 +55,8 @@
"components.IssueDetails.openedby": "#{issueId} opened {relativeTime} by {username}",
"components.IssueDetails.openin4karr": "Open in 4K {arr}",
"components.IssueDetails.openinarr": "Open in {arr}",
"components.IssueDetails.play4konplex": "Play in 4K on Plex",
"components.IssueDetails.playonplex": "Play on Plex",
"components.IssueDetails.play4konplex": "Play in 4K on {mediaServerName}",
"components.IssueDetails.playonplex": "Play on {mediaServerName}",
"components.IssueDetails.problemepisode": "Affected Episode",
"components.IssueDetails.problemseason": "Affected Season",
"components.IssueDetails.reopenissue": "Reopen Issue",