mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
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);
|
||||
},
|
||||
|
||||
|
|
|
@ -227,6 +227,7 @@
|
|||
"Drop here %(toAction)s": "Drop here %(toAction)s",
|
||||
"Drop here to tag %(section)s": "Drop here to tag %(section)s",
|
||||
"Ed25519 fingerprint": "Ed25519 fingerprint",
|
||||
"Email": "Email",
|
||||
"Email Address": "Email Address",
|
||||
"Email, name or matrix ID": "Email, name or matrix ID",
|
||||
"Emoji": "Emoji",
|
||||
|
|
Loading…
Reference in a new issue