1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-16 09:33:16 +02:00

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

View File

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