From 9374888b60db76493b121c425c849a1e51d10f58 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 8 Feb 2013 19:19:59 +0000 Subject: [PATCH] Correctly report which OAuth signature algorithms are supported --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?" -- 2.43.2