aboutsummaryrefslogtreecommitdiffstats
path: root/public/catalog/language/en-gb/account/reward.php
blob: d31b952a1c79ab77956004b57d2bc9389def94ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
// Heading
$_['heading_title']      = 'Your Reward Points';

// Column
$_['column_date_added']  = 'Date Added';
$_['column_description'] = 'Description';
$_['column_points']      = 'Points';

// Text
$_['text_account']       = 'Account';
$_['text_reward']        = 'Reward Points';
$_['text_total']         = 'Your total number of reward points is:';
$_['text_empty']         = 'You do not have any reward points!';