Skip to content

Commit f42b1b7

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 86b6b9b commit f42b1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui.frontend/src/components/ScriptsSyncButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const ScriptsSyncButton: React.FC<ScriptSynchronizeButtonProps> = ({ selectedKey
4949
<Info size="XS" /> Synchronizing <strong>all scripts</strong> will ensure consistency between the author and publish instances.
5050
</p>
5151
<p>
52-
<Alert size="XS" /> Are you sure want to continue? Some scripts may be immediately executed on publish instances after synchronization, depending on their configuration.
52+
<Alert size="XS" /> Are you sure you want to continue? Some scripts may be immediately executed on publish instances after synchronization, depending on their configuration.
5353
</p>
5454
</Content>
5555
<ButtonGroup>

0 commit comments

Comments
 (0)