re-named variable to match scheme

This commit is contained in:
RJ Madsen 2017-07-06 16:37:55 -04:00
parent b7b8c5477b
commit 7593152bcb
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function findpeople_widget() {
'$similar' => t('Similar Interests'),
'$random' => t('Random Profile'),
'$inv' => t('Invite Friends'),
'directory' => t('View Global Directory')
'$directory' => t('View Global Directory')
));
}