Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

criadoperez
Copy link

Fixed a few typos

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
Copy link
Member

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")
Copy link
Member

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.

@criadoperez
Copy link
Author

made new commit removing some changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants