Skip to content

Commit b49117b

Browse files
committed
change 'Duplicate' button to 'Clone' in gradient editor
1 parent 0e6e67d commit b49117b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ <h2>Configuration</h2>
819819
</div>
820820
<div class="grid grid-2-cols gap-lg mt-1">
821821
<button id="btn-export-gradient">Export</button>
822-
<button id="btn-save-gradient-copy">Duplicate</button>
822+
<button id="btn-save-gradient-copy">Clone</button>
823823
</div>
824824
</div>
825825
</div> <!-- #gradient-editor -->

0 commit comments

Comments
 (0)