mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Translate 'email' threepid label
This commit is contained in:
parent
40680d55e0
commit
23fbce66a2
@ -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);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user