Skip to content

Commit

Permalink
style: secret access token label (#1792)
Browse files Browse the repository at this point in the history
* style: Secret Access Token label

ipfs/ipfs-webui#1786 (comment)

* style: Access Token → access token

ipfs/ipfs-webui#1792 (review)
  • Loading branch information
lidel authored and AndreiVaida committed Jun 4, 2021
1 parent 8110df6 commit 4efdfb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/locales/en/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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."
},
Expand Down

0 comments on commit 4efdfb2

Please sign in to comment.