Skip to content

Commit 8e05bc7

Browse files
committed
Align app integration error wording with README setup steps
1 parent e9a43c4 commit 8e05bc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class OnePassword {
9595
}
9696

9797
const message =
98-
"Couldn't connect to the 1Password desktop app. Make sure it's installed and unlocked, and that app integration is enabled in the app's Settings → Developer.";
98+
"Couldn't connect to the 1Password desktop app. Make sure it's installed and unlocked, then turn on \"Integrate with other apps\" under Settings → Developer in the 1Password app.";
9999
logger.logError(message);
100100

101101
if (!showError && this.appIntegrationErrorNotified) {

0 commit comments

Comments
 (0)