1
0
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:
VirtualGit 2024-06-09 12:18:54 +02:00
parent 29f57b49da
commit bbb5238a89

View File

@ -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;
}