Skip to content

Commit 33bb07a

Browse files
authored
Corrected texts (#242)
* Corrected texts * Removing some changes
1 parent 56cea1e commit 33bb07a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • app/src/main/java/com/etesync/syncadapter
  • fastlane/metadata/android/en-US/changelogs

app/src/main/java/com/etesync/syncadapter/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class App : Application() {
152152
}
153153

154154
/** Init the preferences version of the app.
155-
* This is used to initialise the first version if not alrady set. */
155+
* This is used to initialise the first version if not already set. */
156156
private fun initPrefVersion() {
157157
val prefs = getSharedPreferences("app", Context.MODE_PRIVATE)
158158
if (prefs.getInt(PREF_VERSION, 0) == 0) {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
* Fix crash when generating email invitations while using a French locale
2-
* Uptdate etebase dep to fix issue with custom urls not ending with a slash.
2+
* Update etebase dep to fix issue with custom urls not ending with a slash.

0 commit comments

Comments
 (0)