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
|
@ -440,7 +440,7 @@ export const Commands = [
|
|||
new Command({
|
||||
command: "myroomavatar",
|
||||
args: "[<mxc_url>]",
|
||||
description: _td("Changes your avatar in this current room only"),
|
||||
description: _td("Changes your profile picture in this current room only"),
|
||||
isEnabled: (cli) => !isCurrentLocalRoom(cli),
|
||||
runFn: function (cli, roomId, args) {
|
||||
const room = cli.getRoom(roomId);
|
||||
|
@ -469,7 +469,7 @@ export const Commands = [
|
|||
new Command({
|
||||
command: "myavatar",
|
||||
args: "[<mxc_url>]",
|
||||
description: _td("Changes your avatar in all rooms"),
|
||||
description: _td("Changes your profile picture in all rooms"),
|
||||
runFn: function (cli, roomId, args) {
|
||||
let promise = Promise.resolve(args ?? null);
|
||||
if (!args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue