fix broken i18n label
This commit is contained in:
parent
fe52249c5b
commit
235f2929fd
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ sub www_listSubscriptionCodeBatches {
|
||||||
|
|
||||||
$output = $i18n->get('no subscription code batches') unless (@{$batches});
|
$output = $i18n->get('no subscription code batches') unless (@{$batches});
|
||||||
|
|
||||||
return _submenu($output, 'Manage subscription code batches', 'manage batch');
|
return _submenu($output, 'manage batches', 'manage batch');
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue