Skip to content

Commit

Permalink
MM-11508 Update help text for link previews admin console setting (ma…
Browse files Browse the repository at this point in the history
…ttermost#1722)

* Update admin_definition.jsx

* Update en.json
  • Loading branch information
esethna authored and hmhealey committed Sep 20, 2018
1 parent c505737 commit 38d97e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/admin_console/admin_definition.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2385,7 +2385,7 @@ export default {
label: 'admin.customization.enableLinkPreviewsTitle',
label_default: 'Enable Link Previews:',
help_text: 'admin.customization.enableLinkPreviewsDesc',
help_text_default: 'Display a preview of website content below messages, when available. Users can disable these previews from Account Settings > Display > Website Link Previews.',
help_text_default: 'Display a preview of website content below messages, when available. Users can disable these previews from Account Settings > Display > Website Link Previews. This setting only applies to websites with OpenGraph metadata and not for image links or YouTube previews.',
},
{
type: Constants.SettingsTypes.TYPE_CUSTOM,
Expand Down
2 changes: 1 addition & 1 deletion i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
"admin.customization.enableEmojiPickerTitle": "Enable Emoji Picker:",
"admin.customization.enableGifPickerDesc": "Allow users to select GIFs from the emoji picker via a Gfycat integration.",
"admin.customization.enableGifPickerTitle": "Enable GIF Picker:",
"admin.customization.enableLinkPreviewsDesc": "Display a preview of website content below messages, when available. Users can disable these previews from Account Settings > Display > Website Link Previews.",
"admin.customization.enableLinkPreviewsDesc": "Display a preview of website content below messages, when available. Users can disable these previews from Account Settings > Display > Website Link Previews. This setting only applies to websites with OpenGraph metadata and not for image links or YouTube previews.",
"admin.customization.enableLinkPreviewsTitle": "Enable Link Previews:",
"admin.customization.gfycatApiKey": "Gfycat API Key:",
"admin.customization.gfycatApiKeyDescription": "Request an API key at [https://developers.gfycat.com/signup/#](!https://developers.gfycat.com/signup/#). Enter the client ID you receive via email to this field. When blank, uses the default API key provided by Gfycat.",
Expand Down

0 comments on commit 38d97e3

Please sign in to comment.