note_otp_content property

String get note_otp_content

If you didn't receive our email:\n- Confirm that your email address was entered correctly.\n- Check your spam/junk or promotions folder.

Implementation

String get note_otp_content {
  return Intl.message(
    ' If you didn\'t receive our email:\n- Confirm that your email address was entered correctly.\n- Check your spam/junk or promotions folder.',
    name: 'note_otp_content',
    desc: '',
    args: [],
  );
}