diff --git a/webapp/channels/src/components/admin_console/admin_definition.jsx b/webapp/channels/src/components/admin_console/admin_definition.jsx index 5de0421d5d..a4532894e6 100644 --- a/webapp/channels/src/components/admin_console/admin_definition.jsx +++ b/webapp/channels/src/components/admin_console/admin_definition.jsx @@ -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)), }, ], diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index b5e9f2ac9c..20c1cc5de1 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -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 documentation 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: ",