changePasswordSuccessHint1 property
String
get
changePasswordSuccessHint1
更改成功,請使用新密碼登入
Implementation
String get changePasswordSuccessHint1 {
return Intl.message(
'更改成功,請使用新密碼登入',
name: 'changePasswordSuccessHint1',
desc: '',
args: [],
);
}