You've already forked pigallery2
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:
committed by
Patrik J. Braun
parent
72dc41be08
commit
ac7e17be55
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user