mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Clarified in-product hint text (#24490)
This commit is contained in:
parent
f65dad83bb
commit
092a115c52
@ -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: ",
|
||||
|
Loading…
Reference in New Issue
Block a user