diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8b96a6c32..2684ccc3e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,3 @@ - @@ -67,24 +67,22 @@ - HomePage + {{ 'Search.Movies.HomePage' | translate }} - Trailer + {{ 'Search.Movies.Trailer' | translate }} {{node.data.status}} - Air Date: {{node.data.firstAired | date: 'dd/MM/yyyy'}} + {{ 'Search.TvShows.AirDate' | translate }} {{node.data.firstAired | date: 'dd/MM/yyyy'}} {{node.data.network}} - - Available - - - Partially Available - + {{ 'Common.Available' | translate }} + + {{ 'Common.PartlyAvailable' | translate }} + @@ -99,39 +97,39 @@
+ {{ 'Common.Available' | translate }}

- View On Plex + {{ 'Search.ViewOnPlex' | translate }}