Skip to content

Commit

Permalink
Fix "rending > rendering" typo in Latex help text (mattermost#5548)
Browse files Browse the repository at this point in the history
* Fix "rending > rendering" typo in Latex help text

* Fix "rending > rendering" typo in Latex help text, en.json
  • Loading branch information
jasonblais committed May 21, 2020
1 parent cbc090c commit 45541cb
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 @@ -1983,7 +1983,7 @@ const AdminDefinition = {
label: t('admin.customization.enableLatexTitle'),
label_default: 'Enable Latex Rendering:',
help_text: t('admin.customization.enableLatexDesc'),
help_text_default: 'Enable rending of Latex code. If false, Latex code will be highlighted only.',
help_text_default: 'Enable rendering of Latex code. If false, Latex code will be highlighted only.',
},
{
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 @@ -394,7 +394,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.enableLatexDesc": "Enable rending of Latex code. If false, Latex code will be highlighted only.",
"admin.customization.enableLatexDesc": "Enable rendering of Latex code. If false, Latex code will be highlighted only.",
"admin.customization.enableLatexTitle": "Enable Latex Rendering:",
"admin.customization.enableLinkPreviewsDesc": "Display a preview of website content, image links and YouTube links below the message when available. The server must be connected to the internet and have access through the firewall (if applicable) to the websites from which previews are expected. Users can disable these previews from Account Settings > Display > Website Link Previews.",
"admin.customization.enableLinkPreviewsTitle": "Enable Link Previews:",
Expand Down

0 comments on commit 45541cb

Please sign in to comment.