Files
westone-ui/auth-code/language.js
2024-10-31 15:54:41 +07:00

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",
},
},
};