diff --git a/frontend/src/i18n/translations/en-US.ts b/frontend/src/i18n/translations/en-US.ts index 78617ec..98e1d15 100644 --- a/frontend/src/i18n/translations/en-US.ts +++ b/frontend/src/i18n/translations/en-US.ts @@ -447,22 +447,18 @@ export default { "Change your logo by uploading a new image. The image must be a PNG and should have the format 1:1.", "admin.config.general.logo.placeholder": "Pick image", - "admin.config.cache.ttl": - "TTL", + "admin.config.cache.ttl": "TTL", "admin.config.cache.ttl.description": - "Time in second to keep information inside the cache", - "admin.config.cache.max-items": - "Maximum items", + "Time in second to keep information inside the cache.", + "admin.config.cache.max-items": "Maximum items", "admin.config.cache.max-items.description": - "Maximum number of items inside the cache", - "admin.config.cache.redis-enabled": - "Enabled Redis", + "Maximum number of items inside the cache.", + "admin.config.cache.redis-enabled": "Redis enabled", "admin.config.cache.redis-enabled.description": - "Whether to enable Redis caching", - "admin.config.cache.redis-url": - "Redis URL", + "Normally Pingvin Share caches information in memory. If you run multiple instances of Pingvin Share, you need to enable Redis caching to share the cache between the instances.", + "admin.config.cache.redis-url": "Redis URL", "admin.config.cache.redis-url.description": - "Url to connect to the Redis instance used for caching", + "Url to connect to the Redis instance used for caching.", "admin.config.email.enable-share-email-recipients": "Enable email recipient sharing",