diff --git a/libs/remix-ws-templates/src/script-templates/sindri/utils.ts b/libs/remix-ws-templates/src/script-templates/sindri/utils.ts index 1b061a9639..13d5dd7b26 100644 --- a/libs/remix-ws-templates/src/script-templates/sindri/utils.ts +++ b/libs/remix-ws-templates/src/script-templates/sindri/utils.ts @@ -11,7 +11,7 @@ const authorize = async () => { } sindriClient.authorize({apiKey}) } catch { - const message = 'No Sindri API key found. Please add your API key in the settings tab.' + const message = 'No Sindri API key found. Please click the gear in the lower left corner to open the settings page, and add your API key under "Sindri Credentials".' await remix.call('notification', 'toast', message) throw new Error(message) }