diff --git a/public/offline.html b/public/offline.html index 12c6c29f..732782ee 100644 --- a/public/offline.html +++ b/public/offline.html @@ -4,6 +4,7 @@ + You are offline diff --git a/src/assets/services/trakt.svg b/src/assets/services/trakt.svg index 9d3941eb..bf7e6fc4 100644 --- a/src/assets/services/trakt.svg +++ b/src/assets/services/trakt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/PWAHeader/index.tsx b/src/components/PWAHeader/index.tsx index d8a9eba1..1c53abfb 100644 --- a/src/components/PWAHeader/index.tsx +++ b/src/components/PWAHeader/index.tsx @@ -4,7 +4,9 @@ interface PWAHeaderProps { applicationTitle?: string; } -const PWAHeader: React.FC = ({ applicationTitle }) => { +const PWAHeader: React.FC = ({ + applicationTitle = 'Overseerr', +}) => { return ( <> = ({ applicationTitle }) => { href="/site.webmanifest" crossOrigin="use-credentials" /> - - + = ({ applicationTitle }) => { + ); }; diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index c957cc80..8b3ed26d 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -373,7 +373,7 @@ "components.Settings.Notifications.NotificationsGotify.toastGotifyTestSuccess": "Gotify test notification sent!", "components.Settings.Notifications.NotificationsGotify.token": "Application Token", "components.Settings.Notifications.NotificationsGotify.url": "Server URL", - "components.Settings.Notifications.NotificationsGotify.validationTokenRequired": "You must provide a valid application token", + "components.Settings.Notifications.NotificationsGotify.validationTokenRequired": "You must provide an application token", "components.Settings.Notifications.NotificationsGotify.validationTypes": "You must select at least one notification type", "components.Settings.Notifications.NotificationsGotify.validationUrlRequired": "You must provide a valid URL", "components.Settings.Notifications.NotificationsGotify.validationUrlTrailingSlash": "URL must not end in a trailing slash",