From 255b8b47f86eb49a8dc8e05f30132afbe5e48a0b Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Wed, 4 Jun 2014 10:55:06 -0500 Subject: [PATCH] Fix missing `.php` in help tip link --- include/i18n/en_US/help/tips/manage.pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/i18n/en_US/help/tips/manage.pages.yaml b/include/i18n/en_US/help/tips/manage.pages.yaml index 842e1519c..d788eb35b 100644 --- a/include/i18n/en_US/help/tips/manage.pages.yaml +++ b/include/i18n/en_US/help/tips/manage.pages.yaml @@ -21,7 +21,7 @@ site_pages: configure them in the company settings and help topics. links: - title: Company Settings - href: /scp/settings?t=pages + href: /scp/settings.php?t=pages type: title: Type -- GitLab