From 37221a0446db1d67210704b5e8b84e2f664d07e0 Mon Sep 17 00:00:00 2001 From: advplyr Date: Fri, 10 Jan 2025 15:48:44 -0600 Subject: [PATCH] Fix missing translation string --- client/strings/en-us.json | 1 + 1 file changed, 1 insertion(+) diff --git a/client/strings/en-us.json b/client/strings/en-us.json index 6e4a8e5a..61478bb2 100644 --- a/client/strings/en-us.json +++ b/client/strings/en-us.json @@ -1018,6 +1018,7 @@ "ToastNewUserTagError": "Must select at least one tag", "ToastNewUserUsernameError": "Enter a username", "ToastNoNewEpisodesFound": "No new episodes found", + "ToastNoRSSFeed": "Podcast does not have an RSS Feed", "ToastNoUpdatesNecessary": "No updates necessary", "ToastNotificationCreateFailed": "Failed to create notification", "ToastNotificationDeleteFailed": "Failed to delete notification",