Corrected texts

pull/242/head
Alejandro Criado-Pérez 10 months ago
parent 425c637ead
commit ef6df3a8ca
No known key found for this signature in database
GPG Key ID: 766DF93C61C31C03

@ -147,7 +147,7 @@ class App : Application() {
}
/** Init the preferences version of the app.
* This is used to initialise the first version if not alrady set. */
* This is used to initialise the first version if not already set. */
private fun initPrefVersion() {
val prefs = getSharedPreferences("app", Context.MODE_PRIVATE)
if (prefs.getInt(PREF_VERSION, 0) == 0) {

@ -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")
val client = Client.create(httpClient, settings.uri?.toString())
val etebase = com.etebase.client.Account.login(client, account.name, old_password)
Logger.log.info("Login successful")

@ -1,2 +1,2 @@
* Fix crash when generating email invitations while using a French locale
* Uptdate etebase dep to fix issue with custom urls not ending with a slash.
* Update etebase dep to fix issue with custom urls not ending with a slash.

2
gradlew.bat vendored

@ -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
if not "%OS%" == "Windows_NT" goto win9xME_args
if "%@eval[2+2]" == "4" goto 4NT_args

Loading…
Cancel
Save