Rename the generic 'address' to 'email'

This commit is contained in:
Pierre Jaury
2016-05-01 20:04:40 +02:00
parent 5343a397ff
commit 3eca6864c3
19 changed files with 70 additions and 68 deletions

View File

@@ -19,7 +19,7 @@ Add a manager
tagClass: 'label label-primary large',
typeahead: {
afterSelect: function(val) { this.$element.val(""); },
source: {{ current_user.get_managed_addresses()|map('string')|list|tojson }}
source: {{ current_user.get_managed_emails()|map('string')|list|tojson }}
}
});
</script>