Change wording from avatar to profile picture (#7015)
* Change wording from avatar to profile picture Signed-off-by: Aaron Raimist <aaron@raim.ist> * lint Signed-off-by: Aaron Raimist <aaron@raim.ist> * Update EventListSummary Signed-off-by: Aaron Raimist <aaron@raim.ist> * Delete MembershipEventListSummary.tsx Signed-off-by: Aaron Raimist <aaron@raim.ist> * delint * Update tests --------- Signed-off-by: Aaron Raimist <aaron@raim.ist> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
c153a4d388
commit
71fe08ea0f
13 changed files with 38 additions and 30 deletions
|
@ -338,7 +338,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
|||
},
|
||||
"useOnlyCurrentProfiles": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td("Show current avatar and name for users in message history"),
|
||||
displayName: _td("Show current profile picture and name for users in message history"),
|
||||
default: false,
|
||||
},
|
||||
"mjolnirRooms": {
|
||||
|
@ -576,7 +576,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
|||
},
|
||||
"showAvatarChanges": {
|
||||
supportedLevels: LEVELS_ROOM_SETTINGS_WITH_ROOM,
|
||||
displayName: _td("Show avatar changes"),
|
||||
displayName: _td("Show profile picture changes"),
|
||||
default: true,
|
||||
invertedSettingName: "hideAvatarChanges",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue