From ee4077037e7669dfc5341fe6e4de0663cc4b1b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Wed, 15 Jun 2022 10:40:13 +0200 Subject: [PATCH] Remove default title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- l10n/messages.pot | 3 --- src/components/LoadingIcon/LoadingIcon.vue | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/l10n/messages.pot b/l10n/messages.pot index e7c27b671a..b3e0779f02 100644 --- a/l10n/messages.pot +++ b/l10n/messages.pot @@ -68,9 +68,6 @@ msgstr "" msgid "items" msgstr "" -msgid "Loading" -msgstr "" - msgid "Message limit of {count} characters reached" msgstr "" diff --git a/src/components/LoadingIcon/LoadingIcon.vue b/src/components/LoadingIcon/LoadingIcon.vue index c5ecbfdc89..f6982c2600 100644 --- a/src/components/LoadingIcon/LoadingIcon.vue +++ b/src/components/LoadingIcon/LoadingIcon.vue @@ -63,7 +63,7 @@ export default { */ title: { type: String, - default: t('Loading'), + default: '', }, }, }