Skip to content

Commit 7dc5a13

Browse files
committed
refactor(event-function): update archive label
see #250
1 parent 93d5b91 commit 7dc5a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Events/EventFunctions/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ class EventFunctionList extends Component {
425425
onClick: () => this.handleItemShare(item),
426426
}}
427427
archive={{
428-
name: 'Archive EventFunction',
428+
name: 'Archive Emergency Function',
429429
title:
430430
'Remove emergency function from list of active emergency functions',
431431
onClick: () => this.handleItemArchive(item),

0 commit comments

Comments
 (0)