From daec40005af635d82032b01961b980b5628e2e28 Mon Sep 17 00:00:00 2001 From: Michael Shanks Date: Mon, 5 Oct 2020 17:41:16 +0100 Subject: [PATCH] API Key - Changed placholder to instruct Command V (as the right-click menu does not work in electron) --- packages/builder/src/components/start/Steps/API.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/builder/src/components/start/Steps/API.svelte b/packages/builder/src/components/start/Steps/API.svelte index 5f7a6d71f8..d954330d64 100644 --- a/packages/builder/src/components/start/Steps/API.svelte +++ b/packages/builder/src/components/start/Steps/API.svelte @@ -11,7 +11,7 @@ on:input={() => (blurred.api = true)} label="API Key" name="apiKey" - placeholder="Enter your API Key" + placeholder="Use command-V to paste your API Key" type="password" error={blurred.api && validationErrors.apiKey} /> Get API Key