More missed calls

missed t() calls
This commit is contained in:
Adam Magness 2018-01-24 10:19:58 -05:00
parent 428a22cc76
commit df7bdbfc66
4 changed files with 5 additions and 5 deletions

View file

@ -193,7 +193,7 @@ function dob($dob)
$o = replace_macros(get_markup_template("field_input.tpl"), [
'$field' => [
'dob',
t('Birthday:'),
L10n::t('Birthday:'),
$value,
(((intval($age)) > 0 ) ? L10n::t('Age: ') . $age : ""),
'',