Project:Ubercart Marketplace
Version:6.x-1.x-dev
Component:User interface
Category:task
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

In the user screen under the 'Selling' tab, it reads 'Click here to orders your orders.' This should be 'Click here to view your orders.'

Change mp_products.admin.inc line 17 from
$output .= l(t('Click here to orders your orders.'), 'user/'. $user->uid .'/selling/fulfill') .'
';
to
$output .= l(t('Click here to view your orders.'), 'user/'. $user->uid .'/selling/fulfill') .'
';

Easy fix but wanted to mention it here so it can be put in and I don't have to change it manually every time I update. Thanks Turgrid!

Sincerely,
Leighton Whiting

Comments

#1

Status:active» fixed

Fixed.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here