Skip to content

Commit

Permalink
fix(CopyObjectModal): change checkbox text [YTFRONT-3041]
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaAvtushko committed Jan 16, 2025
1 parent 453d8d7 commit ce6a02f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class CopyObjectModal extends Component {
<Flex direction="column" gap={2}>
<Checkbox onUpdate={this.onUpdatePreserveAccount}>Preserve account</Checkbox>
<Checkbox onUpdate={this.onUpdateRecursiveCopy}>
Make parent directories as needed
Create intermediate directories as required
</Checkbox>
</Flex>
);
Expand Down

0 comments on commit ce6a02f

Please # to comment.