Skip to content

Commit 6a73655

Browse files
committed
Not all kudos being deleted are pending.
1 parent 7a371a0 commit 6a73655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-ui/src/components/kudos_card/KudosCard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const KudosCard = ({ kudos, includeActions, includeEdit, onKudosAction }) => {
136136
type: UPDATE_TOAST,
137137
payload: {
138138
severity: "success",
139-
toast: "Pending kudos deleted",
139+
toast: "Kudos deleted",
140140
},
141141
});
142142
onKudosAction && onKudosAction();

0 commit comments

Comments
 (0)