diff --git a/docs/docs/administration/backup-and-restore.md b/docs/docs/administration/backup-and-restore.md index 6d0574973f..f537978151 100644 --- a/docs/docs/administration/backup-and-restore.md +++ b/docs/docs/administration/backup-and-restore.md @@ -9,7 +9,7 @@ A [3-2-1 backup strategy](https://www.backblaze.com/blog/the-3-2-1-backup-strate ## Database -Immich stores [file paths in the database](https://github.com/immich-app/immich/discussions/3299), users metadata in the database, it does not scan the library folder, so database backups are essential +Immich stores [file paths](https://github.com/immich-app/immich/discussions/3299) and user metadata in the database. It does not scan the library folder, so database backups are essential. ### Automatic Database Backups diff --git a/docs/docs/administration/user-management.mdx b/docs/docs/administration/user-management.mdx index c49b7c715e..6d2b2f9062 100644 --- a/docs/docs/administration/user-management.mdx +++ b/docs/docs/administration/user-management.mdx @@ -57,15 +57,15 @@ To apply the Storage Label to previously uploaded assets, run the Storage Migrat -To reset a user's password, go to the `Administration > Users`, then click on the context menu button next to the user, then click "Reset Password". The user's password will be reset to random password and they have to change it next time the sign in. +To reset a user's password, go to `Administration > Users`, then click on the context menu button next to the user, then click "Reset Password". The user's password will be reset to a random password and they have to change it next time they sign in. ## Delete a User -If you need to remove a user from Immich, go to the `Administration > Users`, then click on the context menu button next to the user. The user account will immediately become disabled and their library and all associated data will be removed after 7 days by default. +If you need to remove a user from Immich, go to `Administration > Users`, then click on the context menu button next to the user. The user account will immediately become disabled and their library and all associated data will be removed after 7 days by default. ### Delete Delay -You can customize the time of the deletion of the users from the `Administration -> Settings -> User Settings`. +You can customize the time of the deletion of the users from `Administration -> Settings -> User Settings`. :::info user deletion job The user deletion job runs at midnight to check for users that are ready for deletion. Changes to this setting will be evaluated at the next execution. ::: diff --git a/docs/docs/features/mobile-app.mdx b/docs/docs/features/mobile-app.mdx index 4d4e1967f8..d405662596 100644 --- a/docs/docs/features/mobile-app.mdx +++ b/docs/docs/features/mobile-app.mdx @@ -115,8 +115,8 @@ It will only reflect files you add. ### Read-only/kid Mode -You can set the app to read-only mode to prevent accidental deletion of photos from your device, and only allowing viewing photos on the timeline. +You can set the app to read-only mode to prevent accidental deletion of photos from your device, and only allow viewing photos on the timeline. -To toggle this feature by long-pressing the profile icon. Or go to `Settings > Advanced > Read-only Mode`. +To toggle this feature, long-press the profile icon or go to `Settings > Advanced > Read-only Mode`. diff --git a/docs/docs/features/mobile-backup.md b/docs/docs/features/mobile-backup.md index 643096a3e0..db5520ec37 100644 --- a/docs/docs/features/mobile-backup.md +++ b/docs/docs/features/mobile-backup.md @@ -26,7 +26,7 @@ width="400px" title="Backup album selection" /> -You can select which albums on your mobile device to back up to the server. You can also exclude specific albums (by double-tap on an album) from being backed up. This is useful for iOS users since assets can belong to multiple albums. For example, you want to back up all assets except those in the "Videos" album. +You can select which albums on your mobile device to back up to the server. You can also exclude specific albums (by double-tapping on them) from being backed up. This is useful for iOS users since assets can belong to multiple albums. For example, you may want to back up all assets except those in the "Videos" album. ### Networking requirements @@ -61,7 +61,7 @@ title="Android backup options" /> - It is a well-known problem that some Android models are very strict with battery optimization settings, which can cause a problem with the background worker. Please visit [Don't kill my app](https://dontkillmyapp.com/) for a guide on disabling this setting on your phone. -- You can allow the background task to run when the device is charging. +- You can allow the background task to run only when the device is charging. - You can set the minimum delay from the time a photo is taken to when the background upload task will run. ### iOS