1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

type fix. fixes #785

This commit is contained in:
Patrik J. Braun 2023-11-30 21:16:43 +01:00
parent 2ef88aed0e
commit 0dec77c0ef

View File

@ -1335,7 +1335,7 @@ export class ClientServiceConfig {
applicationTitle: string = 'PiGallery 2';
@ConfigProperty({
description: $localize`If you access the page form local network its good to know the public url for creating sharing link.`,
description: $localize`If you access the page from local network its good to know the public url for creating sharing link.`,
tags: {
name: $localize`Page public url`,
hint: typeof window !== 'undefined' ? window?.origin : '',