Skip to content

Commit

Permalink
Change copy in the integration needs reconnect banner (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrrikkotua authored Jul 18, 2023
1 parent 38eaecd commit fc3a18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/modules/layout/components/layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<router-link
:to="{ name: 'integration' }"
Expand Down

0 comments on commit fc3a18d

Please sign in to comment.