From c66a0979a36701738d63a128f6e171fe24eb0536 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 20 May 2021 01:45:32 +0200 Subject: [PATCH 1/2] style: Secret Access Token label https://github.com/ipfs/ipfs-webui/issues/1786#issuecomment-841577866 --- public/locales/en/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en/settings.json b/public/locales/en/settings.json index 23540f569..c367e7341 100644 --- a/public/locales/en/settings.json +++ b/public/locales/en/settings.json @@ -38,7 +38,7 @@ "nicknamePlaceholder": "Name for your service", "apiEndpoint": "API endpoint", "apiEndpointPlaceholder": "URL for its API endpoint", - "secretApiKey": "Secret API key", + "secretApiKey": "Secret Access Token", "autoUpload": "Auto upload" }, "autoUploadModal": { @@ -49,7 +49,7 @@ "nickname": "Nickname is required", "apiError": "API error", "apiEndpoint": "Must be a valid URL", - "secretApiKey": "Secret key is required", + "secretApiKey": "Secret Access Token is required", "failedToFetch": "Failed to fetch", "failedToFetchTitle": "Unable to fetch pin count from this remote service. Make sure it is online and that you entered correct credentials. If this is a newly added service, try removing and adding it again." }, From 5d4a54ff99a1b18988c93ba330f10e80203ccd87 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 20 May 2021 18:55:43 +0200 Subject: [PATCH 2/2] =?UTF-8?q?style:=20Access=20Token=20=E2=86=92=20acces?= =?UTF-8?q?s=20token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/ipfs/ipfs-webui/pull/1792#pullrequestreview-664358287 --- public/locales/en/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en/settings.json b/public/locales/en/settings.json index c367e7341..bf1101fa4 100644 --- a/public/locales/en/settings.json +++ b/public/locales/en/settings.json @@ -38,7 +38,7 @@ "nicknamePlaceholder": "Name for your service", "apiEndpoint": "API endpoint", "apiEndpointPlaceholder": "URL for its API endpoint", - "secretApiKey": "Secret Access Token", + "secretApiKey": "Secret access token", "autoUpload": "Auto upload" }, "autoUploadModal": { @@ -49,7 +49,7 @@ "nickname": "Nickname is required", "apiError": "API error", "apiEndpoint": "Must be a valid URL", - "secretApiKey": "Secret Access Token is required", + "secretApiKey": "Secret access token is required", "failedToFetch": "Failed to fetch", "failedToFetchTitle": "Unable to fetch pin count from this remote service. Make sure it is online and that you entered correct credentials. If this is a newly added service, try removing and adding it again." },