diff --git a/webapp/src/lib/layouts/dialog/PermissionDeniedDialog.svelte b/webapp/src/lib/layouts/dialog/PermissionDeniedDialog.svelte index e7590c0..bf96819 100644 --- a/webapp/src/lib/layouts/dialog/PermissionDeniedDialog.svelte +++ b/webapp/src/lib/layouts/dialog/PermissionDeniedDialog.svelte @@ -19,8 +19,8 @@ let { open }: Props = $props() We detected that we are denied MIDI access. This means this tool cannot function properly.

- To use this tool, you will need to grant us MIDI permission manually in your browser - settings, and then reload this page. + If you think your browser and system support Web MIDI, you might need to grant us MIDI + permission manually in your browser settings, and then reload this page.

diff --git a/webapp/src/lib/layouts/dialog/PermissionRequestDialog.svelte b/webapp/src/lib/layouts/dialog/PermissionRequestDialog.svelte index 616e928..7c8d207 100644 --- a/webapp/src/lib/layouts/dialog/PermissionRequestDialog.svelte +++ b/webapp/src/lib/layouts/dialog/PermissionRequestDialog.svelte @@ -18,7 +18,7 @@ const midiCtx = getMidiContext() MIDI permission needed -

Write to Inkclip uses the Web MIDI API to talk to your devices.

+

Write to Inkclip uses the Web MIDI API to talk to your device.

Click on "I understand", and then follow your browser's prompt to grant us permission.