Update circles.app.navigation.js

Changes reported at Transifex.
Changed to Email address
This commit is contained in:
rakekniven 2017-11-13 16:16:12 +01:00 committed by GitHub
parent 13a3f9de30
commit abaadb7e66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -436,7 +436,7 @@ var nav = {
if (userType === define.typeMail) {
statusSelect.append($('<option>', {
value: status,
text: t('circles', 'Mail Address')
text: t('circles', 'Email address')
})).val(status);
}