From e0d24e0a73c67d61fc6b312bdb0173ed1910e3cd Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Mon, 31 Jan 2022 22:55:51 -0800 Subject: [PATCH] chore: Use globalConfig in NetworkNotification (#3871) --- .../dashboard/components/NetworkNotification.vue | 16 +++++++++++++++- .../widgets/WootWriter/ReplyBottomPanel.vue | 13 ++++++++----- .../components/widgets/conversation/ReplyBox.vue | 11 +++++++---- .../widget/components/ChatAttachment.vue | 9 +++++++-- 4 files changed, 37 insertions(+), 12 deletions(-) diff --git a/app/javascript/dashboard/components/NetworkNotification.vue b/app/javascript/dashboard/components/NetworkNotification.vue index 767bb7a84..deb5931c4 100644 --- a/app/javascript/dashboard/components/NetworkNotification.vue +++ b/app/javascript/dashboard/components/NetworkNotification.vue @@ -4,7 +4,12 @@

- {{ $t('NETWORK.NOTIFICATION.TEXT') }} + {{ + useInstallationName( + $t('NETWORK.NOTIFICATION.TEXT'), + globalConfig.installationName + ) + }}

{{ $t('NETWORK.BUTTON.REFRESH') }} @@ -23,13 +28,22 @@