aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/ecml/views/default/ecml/admin/ecml_admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/ecml/views/default/ecml/admin/ecml_admin.php b/mod/ecml/views/default/ecml/admin/ecml_admin.php
index 0451ad921..b7038b54c 100644
--- a/mod/ecml/views/default/ecml/admin/ecml_admin.php
+++ b/mod/ecml/views/default/ecml/admin/ecml_admin.php
@@ -16,7 +16,7 @@ $perms = $vars['config']->ecml_permissions;
ksort($views);
ksort($keywords);
-echo elgg_view_title(elgg_echo('ecml:admin:admin'));
+echo elgg_view_title(elgg_echo('ecml:admin'));
echo '<p class="margin_top">' . elgg_echo('ecml:admin:instruction') . '</p>';
// yes I'm using a table because this is table.
@@ -140,4 +140,4 @@ $(document).ready(function() {
}
});
});
-</script> \ No newline at end of file
+</script>