Changes "<name> changed the profile avatar" to "<name> changed their avatar

This commit is contained in:
Sorunome 2020-07-21 08:53:21 +00:00 committed by Christian Pauly
commit 8cd67c84a9
14 changed files with 2714 additions and 109 deletions

View file

@ -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],
);