-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrected texts #242
base: master
Are you sure you want to change the base?
Corrected texts #242
Conversation
gradlew.bat
Outdated
@@ -46,7 +46,7 @@ echo location of your Java installation. | |||
goto fail | |||
|
|||
:init | |||
@rem Get command-line arguments, handling Windowz variants | |||
@rem Get command-line arguments, handling Windows variants |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a file that we maintain.
@@ -72,7 +72,7 @@ open class ChangeEncryptionPasswordActivity : BaseActivity() { | |||
val httpClient = HttpClient.Builder(this@ChangeEncryptionPasswordActivity).setForeground(true).build().okHttpClient | |||
|
|||
try { | |||
Logger.log.info("Loging in with old password") | |||
Logger.log.info("Logging in with old password") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's an internal log, let's keep it the way it is so it's easier to search for it.
made new commit removing some changes. |
Fixed a few typos