Skip to content

Commit

Permalink
Fixed another bug with the UserEmailParcelType settings
Browse files Browse the repository at this point in the history
  • Loading branch information
objectivehtml committed Nov 9, 2016
1 parent 80b42a3 commit 7aa2333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/parcel_types/user_email/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
value: "users.suspendUser"
},{
label: "users.onVerifyUser",
value: "users.unlockUser"
value: "users.verifyUser"
}],
values: settings.events is empty ? [''] : settings.events
}) }}
Expand Down

0 comments on commit 7aa2333

Please sign in to comment.