Skip to content

Commit fc3a18d

Browse files
authored
Change copy in the integration needs reconnect banner (#1136)
1 parent 38eaecd commit fc3a18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/modules/layout/components/layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
class="flex items-center justify-center grow text-sm"
9898
>
9999
{{ integrationsNeedReconnectToString }} integration
100-
need{{ integrationsInProgress.length > 1 ? '' : 's' }} to be reconnected due to a change in the API.
100+
need{{ integrationsInProgress.length > 1 ? '' : 's' }} to be reconnected due to a change in their API.
101101
Please reconnect {{ integrationsInProgress.length > 1 ? 'them' : 'it' }} to continue receiving data.
102102
<router-link
103103
:to="{ name: 'integration' }"

0 commit comments

Comments
 (0)