1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-11-27 22:38:10 +02:00

Add 'Changing this number won't invalidate existing sharing' to the setting description.

(refs #883)
This commit is contained in:
VirtualGit
2024-06-09 12:18:54 +02:00
committed by Patrik J. Braun
parent 72dc41be08
commit ac7e17be55

View File

@@ -321,7 +321,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;
}