From: Tom Hughes Date: Fri, 8 Feb 2013 19:19:59 +0000 (+0000) Subject: Correctly report which OAuth signature algorithms are supported X-Git-Tag: live~5155 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/9374888b60db76493b121c425c849a1e51d10f58 Correctly report which OAuth signature algorithms are supported --- diff --git a/config/locales/en.yml b/config/locales/en.yml index 99b9c1c2b..e11c5a946 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1509,7 +1509,7 @@ en: url: "Request Token URL:" access_url: "Access Token URL:" authorize_url: "Authorise URL:" - support_notice: "We support HMAC-SHA1 (recommended) as well as plain text in SSL mode." + support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures." edit: "Edit Details" delete: "Delete Client" confirm: "Are you sure?"