Skip to content

Commit 3e71797

Browse files
himdelpatchback[bot]
authored andcommitted
Repository sync - fix "optimize" description (#4633)
-"Only perform the sync if no changes are reported..." +"Only perform the sync if changes are reported..." Issue: AAH-2884 (cherry picked from commit 90e7d0a)
1 parent 82f427a commit 3e71797

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES/2884.bug

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Repository sync - fix "optimize" description

src/actions/ansible-repository-sync.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ const SyncModal = ({
8787
label={t`Optimize`}
8888
labelIcon={
8989
<HelperText
90-
content={t`Only perform the sync if no changes are reported by the remote server. To force a sync to happen, deselect this option.`}
90+
content={t`Only perform the sync if changes are reported by the remote server. To force a sync to happen, deselect this option.`}
9191
/>
9292
}
9393
>
9494
<Switch
9595
isChecked={syncParams.optimize}
9696
onChange={(optimize) => setSyncParams({ ...syncParams, optimize })}
97-
label={t`Only perform the sync if no changes are reported by the remote server.`}
97+
label={t`Only perform the sync if changes are reported by the remote server.`}
9898
labelOff={t`Force a sync to happen.`}
9999
/>
100100
</FormGroup>

0 commit comments

Comments
 (0)