Fix some spelling

This commit is contained in:
MDW 2023-12-01 15:25:14 +01:00 committed by sim
parent 48ad5f5edf
commit 25b08b7820
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ UnifiedPush provider for Nextcloud - android application
**Android Apps**
[0] [Nextcloud Application](https://f-droid.org/packages/com.nextcloud.client/) - For SSO login (recommanded)
[0] [Nextcloud Application](https://f-droid.org/packages/com.nextcloud.client/) - For SSO login (recommended)
[1] [NextPush Client](https://f-droid.org/en/packages/org.unifiedpush.distributor.nextpush/) - This app
@ -24,9 +24,9 @@ UnifiedPush provider for Nextcloud - android application
## Usage
1. (Recommanded) Install and sign into your Nextcloud account using the official Nextcloud Application [0].
1. (Recommended) Install and sign into your Nextcloud account using the official Nextcloud Application [0].
2. Install the NextPush client [1] and sign into your Nextcloud account.
a. (Recommanded) With the Nextcloud file application (SSO)
a. (Recommended) With the Nextcloud file application (SSO)
b. Manually, you will need to create an application password for NextPush.
3. Install one application supporting UnifiedPush [2], or UP-Example [3]. Login into the application if you need to, for instance with your mastodon account or with your matrix account.
4. The application will automatically detect NextPush and use it to send notifications.

View File

@ -272,7 +272,7 @@ class MainActivity : AppCompatActivity() {
}
alert.setNegativeButton(getString(R.string.dialog_no)) { dialog, _ -> dialog.dismiss() }
alert.setOnCancelListener {
Log.d(TAG, "Cancelled")
Log.d(TAG, "Canceled")
}
preventListReset = true
alert.show()

View File

@ -37,7 +37,7 @@
<string name="login_hint_nextcloud_root_url">Nextcloud root url</string>
<string name="login_button_sign_in">Sign in</string>
<string name="login_show_password_img_description">Show password</string>
<string name="button_disable_optimisation">Disable optimisation</string>
<string name="button_disable_optimisation">Disable optimization</string>
<string name="card_disable_optimisation_description">To ensure the app functions properly, it is important to disable battery optimization. This will prevent the app from being put to sleep and causing delays in notifications.</string>
<string name="action_delete">Delete</string>
<string name="dialog_yes">YES</string>