Added default email(admin) in forms.

This commit is contained in:
Oscar Rezo 2016-11-07 09:38:49 +01:00 committed by tim
parent 751f3e3572
commit cd77e8c181
1 changed files with 6 additions and 3 deletions

View File

@ -228,7 +228,8 @@ const languages = {
'Submitted to prize': 'Submitted to prize',
'Welcome to ascribe': 'Welcome to ascribe',
'CREATE EDITIONS': 'CREATE EDITIONS',
'Remove Piece': 'Remove Piece'
'Remove Piece': 'Remove Piece',
'Admin email': 'admin@bokk.io'
},
'de': {
'ID': 'ID',
@ -457,7 +458,8 @@ const languages = {
'Submitted to prize': 'Submitted to prize',
'Welcome to ascribe': 'Welcome to ascribe',
'CREATE EDITIONS': 'CREATE EDITIONS',
'Remove Piece': 'Remove Piece'
'Remove Piece': 'Remove Piece',
'Admin email': 'admin@bokk.io'
},
'fr': {
'ID': 'ID',
@ -686,7 +688,8 @@ const languages = {
'Submitted to prize': 'Submitted to prize',
'Welcome to ascribe': 'Welcome to ascribe',
'CREATE EDITIONS': 'CREATE EDITIONS',
'Remove Piece': 'Remove Piece'
'Remove Piece': 'Remove Piece',
'Admin email': 'admin@bokk.io'
}
};