mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-03-11 14:59:21 +02:00
Add 'Changing this number won't invalidate existing sharing' to the setting description.
(refs #883)
This commit is contained in:
parent
29f57b49da
commit
bbb5238a89
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user