porting PHRAS-1589 to 4.1

This commit is contained in:
Mike Ng
2017-12-22 16:04:02 +04:00
parent 0d7c2bd52d
commit 1aa919cc08
10 changed files with 45 additions and 24 deletions

View File

@@ -506,7 +506,8 @@
fileTooLargeAlt: '{{ 'You can alternatively receive an email when the download is ready.' | trans | e('js') }}',
fileTooLargeEmail: '{{ 'Would you like to receive an e-mail when your download is ready ?' | trans | e('js') }}',
success: '{{ "Success" | trans | e('js') }}',
warning: '{{ "Warning !" | trans | e('js') }}'
warning: '{{ "Warning !" | trans | e('js') }}',
invalidEmail: '{{ 'export::export-email: email-invalid' | trans }}'
},
user: {
email: '{{app.getAuthenticatedUser().getEmail() | e('js')}}'