From ca456f478ea47ea52307a2bf5cc776ce7f3fa53f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 21 Oct 2022 10:56:38 +0200 Subject: [PATCH] Rename component imports in the viewer component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/view/Office.vue | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/view/Office.vue b/src/view/Office.vue index d1f31dce0..595933dd9 100644 --- a/src/view/Office.vue +++ b/src/view/Office.vue @@ -26,15 +26,15 @@
- + {{ t('richdocuments', 'Loading {filename} …', { filename: basename }, 1, {escape: false}) }} - - + + {{ t('richdocuments', 'Document loading failed') }} - +
-
- - - + + +