File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ Repository sync - fix "optimize" description
Original file line number Diff line number Diff line change @@ -87,14 +87,14 @@ const SyncModal = ({
87
87
label = { t `Optimize` }
88
88
labelIcon = {
89
89
< 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.` }
91
91
/>
92
92
}
93
93
>
94
94
< Switch
95
95
isChecked = { syncParams . optimize }
96
96
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.` }
98
98
labelOff = { t `Force a sync to happen.` }
99
99
/>
100
100
</ FormGroup >
You can’t perform that action at this time.
0 commit comments