Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Update Image preview setting label and help text #1265

Merged
merged 3 commits into from
Jun 5, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update user_settings_display.jsx
  • Loading branch information
Eric Sethna authored and cpanato committed Jun 5, 2018
commit 04c413ffafaf48627264d8278d6f628cd9cd8af1
4 changes: 2 additions & 2 deletions components/user_settings/display/user_settings_display.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ export default class UserSettingsDisplay extends React.Component {
defaultDisplay: 'false',
title: {
id: 'user.settings.display.collapseDisplay',
message: 'Default appearance of image link previews',
message: 'Default appearance of image previews',
},
firstOption: {
value: 'false',
Expand All @@ -386,7 +386,7 @@ export default class UserSettingsDisplay extends React.Component {
},
description: {
id: 'user.settings.display.collapseDesc',
message: 'Set whether previews of image links show as expanded or collapsed by default. This setting can also be controlled using the slash commands /expand and /collapse.',
message: 'Set whether previews of image links and image attachment thumbnails show as expanded or collapsed by default. This setting can also be controlled using the slash commands /expand and /collapse.',
},
});

Expand Down