From fc3a18d92518ce71c59b0504fa071d26fa9cf9c2 Mon Sep 17 00:00:00 2001 From: Igor Kotua <36304232+garrrikkotua@users.noreply.github.com> Date: Tue, 18 Jul 2023 19:22:24 +0300 Subject: [PATCH] Change copy in the integration needs reconnect banner (#1136) --- frontend/src/modules/layout/components/layout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/modules/layout/components/layout.vue b/frontend/src/modules/layout/components/layout.vue index 21c5d8a631..6c7d8cf894 100644 --- a/frontend/src/modules/layout/components/layout.vue +++ b/frontend/src/modules/layout/components/layout.vue @@ -97,7 +97,7 @@ class="flex items-center justify-center grow text-sm" > {{ integrationsNeedReconnectToString }} integration - need{{ integrationsInProgress.length > 1 ? '' : 's' }} to be reconnected due to a change in the API. + need{{ integrationsInProgress.length > 1 ? '' : 's' }} to be reconnected due to a change in their API. Please reconnect {{ integrationsInProgress.length > 1 ? 'them' : 'it' }} to continue receiving data.