From a34b01fcb471edd19024f25ec4edacfec85aa177 Mon Sep 17 00:00:00 2001 From: advplyr Date: Thu, 20 Feb 2025 17:45:09 -0600 Subject: [PATCH] Add localization strings for Cover Provider and Activities #4017 --- client/components/widgets/NotificationWidget.vue | 4 ++-- client/pages/config/index.vue | 2 +- client/strings/en-us.json | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/client/components/widgets/NotificationWidget.vue b/client/components/widgets/NotificationWidget.vue index 57bf0257..6ead559b 100644 --- a/client/components/widgets/NotificationWidget.vue +++ b/client/components/widgets/NotificationWidget.vue @@ -5,8 +5,8 @@ - - notifications + + notifications
diff --git a/client/pages/config/index.vue b/client/pages/config/index.vue index 5636113e..1fd7e8f0 100644 --- a/client/pages/config/index.vue +++ b/client/pages/config/index.vue @@ -67,7 +67,7 @@
- +
diff --git a/client/strings/en-us.json b/client/strings/en-us.json index e4e1f7cd..76a773a2 100644 --- a/client/strings/en-us.json +++ b/client/strings/en-us.json @@ -220,6 +220,7 @@ "LabelAccountTypeGuest": "Guest", "LabelAccountTypeUser": "User", "LabelActivity": "Activity", + "LabelActivities": "Activities", "LabelAddToCollection": "Add to Collection", "LabelAddToCollectionBatch": "Add {0} Books to Collection", "LabelAddToPlaylist": "Add to Playlist", @@ -283,6 +284,7 @@ "LabelContinueSeries": "Continue Series", "LabelCover": "Cover", "LabelCoverImageURL": "Cover Image URL", + "LabelCoverProvider": "Cover Provider", "LabelCreatedAt": "Created At", "LabelCronExpression": "Cron Expression", "LabelCurrent": "Current",