From 4501ee3b1fd05a396dbe3cf99dae63b9fcfee306 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 11 Jan 2013 14:32:42 +0800 Subject: Bug 820183: fix default urls and param_descs --- .../template/en/default/admin/params/browserid.html.tmpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'extensions/BrowserID/template/en/default/admin/params/browserid.html.tmpl') diff --git a/extensions/BrowserID/template/en/default/admin/params/browserid.html.tmpl b/extensions/BrowserID/template/en/default/admin/params/browserid.html.tmpl index be60e612b..e78dbb471 100644 --- a/extensions/BrowserID/template/en/default/admin/params/browserid.html.tmpl +++ b/extensions/BrowserID/template/en/default/admin/params/browserid.html.tmpl @@ -12,9 +12,11 @@ %] [% param_descs = { - browserid_verify_server => "This is the URL for the BrowserID (Persona) authority that the " _ - "user will be verified against. Example: https://browserid.org.", - browserid_includejs_server => "This is the URL needed by BrowserID to load the necessary javascript " _ - "library for authentication. Example: https://browserid.org." + browserid_verify_url => "This is the URL for the BrowserID authority that the " _ + "user will be verified against. " _ + "Example: https://verifier.login.persona.org/verify.", + browserid_includejs_url => "This is the URL needed by BrowserID to load the necessary " _ + "javascript library for authentication. " _ + "Example: https://browserid.org." } %] -- cgit v1.2.3-24-g4f1b