Translate 'email' threepid label
This commit is contained in:
parent
40680d55e0
commit
23fbce66a2
2 changed files with 2 additions and 0 deletions
|
@ -826,6 +826,7 @@ module.exports = React.createClass({
|
|||
|
||||
nameForMedium: function(medium) {
|
||||
if (medium === 'msisdn') return _t('Phone');
|
||||
if (medium === 'email') return _t('Email');
|
||||
return medium[0].toUpperCase() + medium.slice(1);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue