the comment says "The following signup ids where created:" instead of "The following signup ids were created:"

corrected old admin comments in my database using this query

update uc_order_admin_comments set message = replace(message,'The following signup ids where created:','The following signup ids were created:') where message like '%The following signup ids where created:%';
CommentFileSizeAuthor
#1 fixedTypo-1411750-1.patch625 bytestechnikh

Comments

technikh’s picture

StatusFileSize
new625 bytes

here is the patch to correct it

technikh’s picture

Assigned: technikh » Unassigned
Status: Active » Needs review

changing the status to "needs review"