From 780a2ed093b3e6670fc2c8334f9193c885ed28af Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 22 Jul 2015 14:20:48 +0200 Subject: use arrow to indicate external link, use correct quotes and capitalization --- settings/templates/apps.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 3ee8044b264..7e6c151fa65 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -82,13 +82,13 @@ script( t("Documentation:"));?> {{#if documentation.user}} - t("User Documentation"));?> + t('User documentation'));?> ↗ {{/if}} {{#if documentation.admin}} - t("Admin Documentation"));?> + t('Admin documentation'));?> ↗ {{/if}}

-- cgit v1.2.3