summaryrefslogtreecommitdiff
path: root/modules/recaptcha/helpers/recaptcha_menu.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/recaptcha/helpers/recaptcha_menu.php')
-rw-r--r--modules/recaptcha/helpers/recaptcha_menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/recaptcha/helpers/recaptcha_menu.php b/modules/recaptcha/helpers/recaptcha_menu.php
index ba3c8b78..047abf8f 100644
--- a/modules/recaptcha/helpers/recaptcha_menu.php
+++ b/modules/recaptcha/helpers/recaptcha_menu.php
@@ -22,7 +22,7 @@ class recaptcha_menu_Core {
$menu->get("settings_menu")
->append(Menu::factory("link")
->id("recaptcha")
- ->label(t("Recaptcha"))
+ ->label(t("reCAPTCHA"))
->url(url::site("admin/recaptcha")));
}
}