From ecfae56ac31d209cad9709ca0d3e34fee7b6bc4f Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sun, 18 Aug 2024 17:33:16 -0700 Subject: [PATCH] Update: loading indicator string --- client/components/ui/LoadingIndicator.vue | 4 ++-- client/strings/en-us.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/components/ui/LoadingIndicator.vue b/client/components/ui/LoadingIndicator.vue index 9762fde73..4f3918cdb 100644 --- a/client/components/ui/LoadingIndicator.vue +++ b/client/components/ui/LoadingIndicator.vue @@ -17,7 +17,7 @@ export default { props: { text: { type: String, - default: 'Please Wait...' + default: this.$strings.MessagePleaseWait } } } @@ -67,4 +67,4 @@ export default { transform: translate(24px, 0); } } - \ No newline at end of file + diff --git a/client/strings/en-us.json b/client/strings/en-us.json index 20a9f073f..bb0d4f172 100644 --- a/client/strings/en-us.json +++ b/client/strings/en-us.json @@ -738,6 +738,7 @@ "MessagePauseChapter": "Pause chapter playback", "MessagePlayChapter": "Listen to beginning of chapter", "MessagePlaylistCreateFromCollection": "Create playlist from collection", + "MessagePleaseWait": "Please wait...", "MessagePodcastHasNoRSSFeedForMatching": "Podcast has no RSS feed url to use for matching", "MessageQuickMatchDescription": "Populate empty item details & cover with first match result from '{0}'. Does not overwrite details unless 'Prefer matched metadata' server setting is enabled.", "MessageRemoveChapter": "Remove chapter",