Minor renaming of buttons and sections
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user