Migrate more strings to translation keys (#11683)
This commit is contained in:
parent
632d8f4bc7
commit
41a2325a2a
86 changed files with 4744 additions and 4051 deletions
|
@ -55,7 +55,7 @@ export default class DisambiguatedProfile extends React.Component<IProps> {
|
|||
if (member?.disambiguate) {
|
||||
mxidElement = <span className="mx_DisambiguatedProfile_mxid">{identifier}</span>;
|
||||
}
|
||||
title = _t("%(displayName)s (%(matrixId)s)", {
|
||||
title = _t("timeline|disambiguated_profile", {
|
||||
displayName: rawDisplayName,
|
||||
matrixId: identifier,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue