diff options
Diffstat (limited to 'views/installation/install')
-rw-r--r-- | views/installation/install/forms/template.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/installation/install/forms/template.php b/views/installation/install/forms/template.php index a2d93f42e..98cdcadab 100644 --- a/views/installation/install/forms/template.php +++ b/views/installation/install/forms/template.php @@ -11,8 +11,8 @@ $type = $vars['type']; $form_body = ''; foreach ($variables as $field => $params) { - $label = elgg_echo("installation:$type:label:$field"); - $help = elgg_echo("installation:$type:help:$field"); + $label = elgg_echo("install:$type:label:$field"); + $help = elgg_echo("install:$type:help:$field"); $params['internalname'] = $field; $form_body .= '<p>'; |