Fix Missing language key
This commit is contained in:
parent
015e1a8dab
commit
bf28201685
@ -41,7 +41,7 @@ class InfoBox
|
|||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
0 => 'Home',
|
0 => 'Home',
|
||||||
27 => 'Accountancy Home'
|
27 => 'AccountancyHome'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -74,7 +74,7 @@ class InfoBox
|
|||||||
24 => 'expensereportindex',
|
24 => 'expensereportindex',
|
||||||
25 => 'mailingindex',
|
25 => 'mailingindex',
|
||||||
26 => 'opensurveyindex',
|
26 => 'opensurveyindex',
|
||||||
27 => 'Accountancy Home'
|
27 => 'AccountancyHome'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -100,3 +100,5 @@ SuspenseAccountNotDefined=Suspense account isn't defined
|
|||||||
BoxLastCustomerShipments=Last customer shipments
|
BoxLastCustomerShipments=Last customer shipments
|
||||||
BoxTitleLastCustomerShipments=Latest %s customer shipments
|
BoxTitleLastCustomerShipments=Latest %s customer shipments
|
||||||
NoRecordedShipments=No recorded customer shipment
|
NoRecordedShipments=No recorded customer shipment
|
||||||
|
# Pages
|
||||||
|
AccountancyHome=Accountancy
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user