#
luxiaotao1123
2025-02-09 d06df946ee95dfb99a6ead6e85f6769cc253e315
rsf-admin/src/i18n/en.js
@@ -231,6 +231,19 @@
                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.",
                }
            }
        },
    }
};