From 60ca68db0e55d9e92d1777dd9435660589c98208 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 22:00:29 +0000 Subject: [PATCH] Repository sync - fix "optimize" description (#4633) (#4635) -"Only perform the sync if no changes are reported..." +"Only perform the sync if changes are reported..." Issue: AAH-2884 (cherry picked from commit 90e7d0af22365fcd55b985e0ec5776d6071bebe5) Co-authored-by: Martin Hradil --- CHANGES/2884.bug | 1 + src/actions/ansible-repository-sync.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 CHANGES/2884.bug diff --git a/CHANGES/2884.bug b/CHANGES/2884.bug new file mode 100644 index 0000000000..8c2e471516 --- /dev/null +++ b/CHANGES/2884.bug @@ -0,0 +1 @@ +Repository sync - fix "optimize" description diff --git a/src/actions/ansible-repository-sync.tsx b/src/actions/ansible-repository-sync.tsx index 205bdf9d58..4ebba711ac 100644 --- a/src/actions/ansible-repository-sync.tsx +++ b/src/actions/ansible-repository-sync.tsx @@ -87,14 +87,14 @@ const SyncModal = ({ label={t`Optimize`} labelIcon={ } > setSyncParams({ ...syncParams, optimize })} - label={t`Only perform the sync if no changes are reported by the remote server.`} + label={t`Only perform the sync if changes are reported by the remote server.`} labelOff={t`Force a sync to happen.`} />