Minor renaming of buttons and sections

This commit is contained in:
2025-03-10 18:01:48 +01:00
parent 9c04c6ac55
commit 29b35a0bfd
3 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -239,7 +239,7 @@ export const DraftButtons: React.FC = () => {
disabled={isProcessing}
title="Add Draft"
>
Add Draft
Add
</Button>
<Button
appearance="primary"
@@ -249,7 +249,7 @@ export const DraftButtons: React.FC = () => {
disabled={isProcessing}
title="Remove Draft"
>
Remove Draft
Remove
</Button>
</div>
</div>