From 8d7cd74bb0f8c042d4559ba2df97a1f42faa1a42 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 31 Oct 2017 13:36:24 +0100 Subject: [PATCH] Tweak netrc name --- app/common/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/constants.js b/app/common/constants.js index 6534a36012..30969fd598 100644 --- a/app/common/constants.js +++ b/app/common/constants.js @@ -155,7 +155,7 @@ const authTypesMap = { [AUTH_OAUTH_2]: ['OAuth 2', 'OAuth 2.0'], [AUTH_HAWK]: ['Hawk', 'Hawk'], [AUTH_AWS_IAM]: ['AWS', 'AWS IAM v4'], - [AUTH_NETRC]: ['Netrc', 'Netrc'] + [AUTH_NETRC]: ['Netrc', 'Netrc File'] }; export function getPreviewModeName (previewMode, useLong = false) {