We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38eaecd commit fc3a18dCopy full SHA for fc3a18d
frontend/src/modules/layout/components/layout.vue
@@ -97,7 +97,7 @@
97
class="flex items-center justify-center grow text-sm"
98
>
99
{{ integrationsNeedReconnectToString }} integration
100
- 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.
101
Please reconnect {{ integrationsInProgress.length > 1 ? 'them' : 'it' }} to continue receiving data.
102
<router-link
103
:to="{ name: 'integration' }"
0 commit comments