14 lines
386 B
JavaScript
14 lines
386 B
JavaScript
var CustomMessages = {
|
|
en: {
|
|
message: {
|
|
authtext: 'Enter the authentication code',
|
|
msgInfo: 'Contact Administrator to get the authentication code',
|
|
},
|
|
},
|
|
id: {
|
|
message: {
|
|
authtext: 'Masukan kode autentifikasi',
|
|
msgInfo: "Hubungi Administrator untuk mendapatkan kode autentifikasi",
|
|
},
|
|
},
|
|
}; |