We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736985d commit 490a435Copy full SHA for 490a435
src/tailscale/error.ts
@@ -26,7 +26,7 @@ export function errorForType(type: string): TailscaleError {
26
return {
27
title: 'Funnel is disabled',
28
message:
29
- 'Enable Funnel by adding a new `funnel` attribute under `noteAttrs` in your tailet policy file.',
+ 'Enable Funnel by adding a new `funnel` attribute under `noteAttrs` in your tailnet policy file.',
30
links: [
31
{ url: 'https://tailscale.com/kb/1223/tailscale-funnel/#setup', title: 'Enable Funnel' },
32
],
0 commit comments