Skip to content

Commit 535ef07

Browse files
changed 'empty' button text to 'clear'
1 parent 1e72795 commit 535ef07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/containers/ActionContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function ActionContainer(props) {
139139
}}
140140
type='button'
141141
>
142-
Empty
142+
Clear
143143
</button>
144144
</div>
145145
<div>{actionsArr}</div>

0 commit comments

Comments
 (0)