Commit d2dfb1b5 authored by Noor Binte Amir's avatar Noor Binte Amir

[FIX] Typo in ResetPasswordView.kt

Changed "entered" to "has entered" to preserve sentence structure.
parent acb0f6f3
...@@ -21,7 +21,7 @@ interface ResetPasswordView : LoadingView, MessageView { ...@@ -21,7 +21,7 @@ interface ResetPasswordView : LoadingView, MessageView {
fun enableButtonConnect() fun enableButtonConnect()
/** /**
* Disables the button to reset the password when the user entered an invalid email address * Disables the button to reset the password when the user has entered an invalid email address
*/ */
fun disableButtonConnect() fun disableButtonConnect()
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment