From 0c30255b32d45cfe18cc156bdf2233f16a872f30 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Thu, 17 Apr 2014 12:46:07 +0800 Subject: [PATCH] MDL-42761 badges: Remove H2s from help popup --- lang/en/badges.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en/badges.php b/lang/en/badges.php index 81772d80bba..34050127122 100644 --- a/lang/en/badges.php +++ b/lang/en/badges.php @@ -64,15 +64,15 @@ $string['awards'] = 'Recipients'; $string['backpackavailability'] = 'External badge verification'; $string['backpackavailability_help'] = 'For badge recipients to be able to prove they earned their badges from you, an external backpack service should be able to access your site and verify badges issued from it. Your site does not currently appear to be accessible, which means that badges you have already issued or will issue in the future cannot be verified. -##Why am I seeing this message? +**Why am I seeing this message?** It may be that your firewall prevents access from users outside your network, your site is password protected, or you are running the site on a computer that is not available from the Internet (such as a local development machine). -##Is this a problem? +**Is this a problem?** You should fix this issue on any production site where you are planning to issue badges, otherwise the recipients will not be able to prove they earned their badges from you. If your site is not yet live you can create and issue test badges, as long as the site is accessible before you go live. -##What if I can\'t make my whole site publicly accessible? +**What if I can\'t make my whole site publicly accessible?** The only URL required for verification is [your-site-url]/badges/assertion.php so if you are able to modify your firewall to allow external access to that file, badge verification will still work.'; $string['backpackbadges'] = 'You have {$a->totalbadges} badge(s) displayed from {$a->totalcollections} collection(s). Change backpack settings.';