Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion organized/docs/troubleshooting/common-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ You might be using an unsupported browser or a very outdated version. Please che

Also, be aware that private or incognito modes can prevent the app from locally storing necessary data. The Organized app needs to store some data in your browser to work properly, and private modes prevent this. For example, Private mode in Firefox or Incognito mode in Chromium-based browsers may not let Organized save the data on your device, making it impossible for the app to function.

Don't worry – we are not talking about the Organized team getting your data. It's only for the Organized app to work on your local device and store needed information inside your browser without sending the data outside. This data is only used for you to have all your congregation info, schedules, and assignments, and to keep the app running smoothly. All your congregation data is safe and is not shared with anyone else.
:::note
"Saving your congregation data" doesn't mean that Organized team can somehow access your data. Organized has to save essential information that you enter into your device's browser and store and store it inside your browser without sending any data outside. This data is only used for you to have all your congregation info, schedules, and assignments, share with others within your congregation, and to keep the app running smoothly. **All your congregation data is safe and is not shared with anyone else.**_
:::
Comment on lines +31 to +33
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clarify the note on data storage for better understanding.

- "Saving your congregation data" doesn't mean that Organized team can somehow access your data. Organized has to save essential information that you enter into your device's browser and store and store it inside your browser without sending any data outside. This data is only used for you to have all your congregation info, schedules, and assignments, share with others within your congregation, and to keep the app running smoothly. **All your congregation data is safe and is not shared with anyone else.**_
+ "Saving your congregation data" does not imply that the Organized team can access your data. Organized saves essential information directly in your device's browser without transmitting it externally. This locally stored data enables you to access your congregation's information, schedules, and assignments, and share them within your congregation, ensuring the app functions smoothly. **Rest assured, your congregation data remains confidential and is not shared externally.**
Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
:::note
"Saving your congregation data" doesn't mean that Organized team can somehow access your data. Organized has to save essential information that you enter into your device's browser and store and store it inside your browser without sending any data outside. This data is only used for you to have all your congregation info, schedules, and assignments, share with others within your congregation, and to keep the app running smoothly. **All your congregation data is safe and is not shared with anyone else.**_
:::
:::note
"Saving your congregation data" does not imply that the Organized team can access your data. Organized saves essential information directly in your device's browser without transmitting it externally. This locally stored data enables you to access your congregation's information, schedules, and assignments, and share them within your congregation, ensuring the app functions smoothly. **Rest assured, your congregation data remains confidential and is not shared externally.**
:::




Comment on lines +35 to 36
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove excessive blank lines.

- 
- 
- 
+

Committable suggestion was skipped due low confidence.

Tools
Markdownlint

35-35: Expected: 1; Actual: 2
Multiple consecutive blank lines


36-36: Expected: 1; Actual: 3
Multiple consecutive blank lines

## JavaScript is disabled

Expand Down