| | |
| | | } |
| | | }, |
| | | page: { |
| | | welcome: ' Welcome to the RSF Management System', |
| | | welcome: ' Welcome to the RSF Management System.', |
| | | login: { |
| | | title: 'Welcome', |
| | | footer: 'Footer Goes Here', |
| | |
| | | register: 'REGISTER', |
| | | }, |
| | | }, |
| | | settings: { |
| | | resetPwd: { |
| | | currPwd: 'Current Password', |
| | | newPwd: 'New Password', |
| | | confirmNewPwd: 'Confirm Password', |
| | | resetBtn: 'Reset', |
| | | tip: { |
| | | pwdInputLimit: "New Password must be 6-13 characters long and include both letters and numbers.", |
| | | pwdNotSameAsOld: "New Password cannot be the same as the Current Password.", |
| | | pwdNotMatch: "New Password and Confirm Password do not match.", |
| | | } |
| | | } |
| | | }, |
| | | } |
| | | }; |
| | | |