From 6d019a57357fea3ddc2862f9265230c6746933e1 Mon Sep 17 00:00:00 2001 From: Elblinator Date: Fri, 3 May 2024 14:26:49 +0200 Subject: [PATCH] change strings --- .../autopilot-settings/autopilot-settings.component.html | 2 +- .../components/workflow-detail/workflow-detail.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/app/site/pages/meetings/pages/autopilot/components/autopilot-settings/autopilot-settings.component.html b/client/src/app/site/pages/meetings/pages/autopilot/components/autopilot-settings/autopilot-settings.component.html index d3261b0c78..c7618a117d 100644 --- a/client/src/app/site/pages/meetings/pages/autopilot/components/autopilot-settings/autopilot-settings.component.html +++ b/client/src/app/site/pages/meetings/pages/autopilot/components/autopilot-settings/autopilot-settings.component.html @@ -9,7 +9,7 @@

Autopilot widgets

- These settings are only applied locally on this device. + These settings are only applied locally on this browser.
diff --git a/client/src/app/site/pages/meetings/pages/motions/pages/workflows/components/workflow-detail/workflow-detail.component.ts b/client/src/app/site/pages/meetings/pages/motions/pages/workflows/components/workflow-detail/workflow-detail.component.ts index a4dec715ca..a4840cf5ac 100644 --- a/client/src/app/site/pages/meetings/pages/motions/pages/workflows/components/workflow-detail/workflow-detail.component.ts +++ b/client/src/app/site/pages/meetings/pages/motions/pages/workflows/components/workflow-detail/workflow-detail.component.ts @@ -154,7 +154,7 @@ In combination with motion blocks, the recommendation of multiple motions can be type: `input` }, { - name: _(`Show recommendations not public`), + name: _(`Do not show recommendations publicly`), help_text: _(`Recommendation of motions in such a state can only be seen by motion managers.`), selector: `is_internal`, type: `check`