Translate 'email' threepid label

This commit is contained in:
David Baker 2017-05-26 17:56:51 +01:00
parent 40680d55e0
commit 23fbce66a2
2 changed files with 2 additions and 0 deletions

View File

@ -826,6 +826,7 @@ module.exports = React.createClass({
nameForMedium: function(medium) { nameForMedium: function(medium) {
if (medium === 'msisdn') return _t('Phone'); if (medium === 'msisdn') return _t('Phone');
if (medium === 'email') return _t('Email');
return medium[0].toUpperCase() + medium.slice(1); return medium[0].toUpperCase() + medium.slice(1);
}, },

View File

@ -227,6 +227,7 @@
"Drop here %(toAction)s": "Drop here %(toAction)s", "Drop here %(toAction)s": "Drop here %(toAction)s",
"Drop here to tag %(section)s": "Drop here to tag %(section)s", "Drop here to tag %(section)s": "Drop here to tag %(section)s",
"Ed25519 fingerprint": "Ed25519 fingerprint", "Ed25519 fingerprint": "Ed25519 fingerprint",
"Email": "Email",
"Email Address": "Email Address", "Email Address": "Email Address",
"Email, name or matrix ID": "Email, name or matrix ID", "Email, name or matrix ID": "Email, name or matrix ID",
"Emoji": "Emoji", "Emoji": "Emoji",