Skip to content

Commit

Permalink
Add 'Changing this number won't invalidate existing sharing' to the s…
Browse files Browse the repository at this point in the history
…etting description.

(refs bpatrik#883)
  • Loading branch information
VirtualGit committed Jun 9, 2024
1 parent 1b8fbd5 commit 062ed4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/config/public/ClientConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export class ClientSharingConfig {
name: $localize`Sharing key length`,
priority: ConfigPriority.underTheHood
},
description: $localize`The longer the keys are, the harder they are to guess.`,
description: $localize`The longer the keys are, the harder they are to guess. Changing this number won't invalidate existing sharing.`,
})
sharingKeyLength: number = 32;
}
Expand Down

0 comments on commit 062ed4f

Please sign in to comment.