Этот коммит содержится в:
Carrie Warner (Mattermost)
2023-09-11 17:01:14 -04:00
коммит произвёл GitHub
родитель f65dad83bb
Коммит 092a115c52
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -3171,7 +3171,7 @@ const AdminDefinition = {
label: t('admin.image.publicLinkTitle'),
label_default: 'Public Link Salt:',
help_text: t('admin.image.publicLinkDescription'),
help_text_default: '32-character salt added to signing of public image links. Randomly generated on install. Click "Regenerate" to create new salt.',
help_text_default: '32-character salt added to signing of public links. Randomly generated on install. Select "Regenerate" to create new salt.',
isDisabled: it.not(it.userHasWritePermissionOnResource(RESOURCE_KEYS.SITE.PUBLIC_LINKS)),
},
],

Просмотреть файл

@@ -1168,7 +1168,7 @@
"admin.image.proxyTypeDescription": "Configure an image proxy to load all Markdown images through a proxy. The image proxy prevents users from making insecure image requests, provides caching for increased performance, and automates image adjustments such as resizing. See <link>documentation</link> to learn more.",
"admin.image.proxyURL": "Remote Image Proxy URL:",
"admin.image.proxyURLDescription": "URL of your remote image proxy server.",
"admin.image.publicLinkDescription": "32-character salt added to signing of public image links. Randomly generated on install. Click \"Regenerate\" to create new salt.",
"admin.image.publicLinkDescription": "32-character salt added to signing of public links. Randomly generated on install. Select \"Regenerate\" to create new salt.",
"admin.image.publicLinkTitle": "Public Link Salt:",
"admin.image.shareDescription": "Allow users to share public links to files and images.",
"admin.image.shareTitle": "Enable Public File Links: ",