Changes "<name> changed the profile avatar" to "<name> changed their avatar
This commit is contained in:
parent
273fe3aa64
commit
8cd67c84a9
14 changed files with 2714 additions and 109 deletions
|
|
@ -213,7 +213,7 @@ class L10n extends MatrixLocalizations {
|
|||
);
|
||||
|
||||
String changedTheProfileAvatar(String username) => Intl.message(
|
||||
"$username changed the profile avatar",
|
||||
"$username changed their avatar",
|
||||
name: "changedTheProfileAvatar",
|
||||
args: [username],
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue