Fix : Fix e2ee password text creating inconsistency #35410
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR standardizes the "E2EE password" text across the application for consistency. Previously, some instances used "E2E password", which created inconsistency in UI and localization files.
Changes made:

Updated i18n localization files (en.i18n.json, se.i18n.json) to ensure uniform terminology.
Modified related test files to reflect the corrected text.
Before:
"E2E password": "Your end-to-end encryption password."
After:
"E2EE password": "Your end-to-end encryption password."
Solved the inconsistency it was creating
Issue(s)
Solved issue #35411
Steps to test or reproduce
Navigate to areas where "E2E password" was previously displayed.
Verify that all instances now correctly show "E2EE password".
Run tests to confirm no breaking changes.
Further comments
This change ensures clarity and improves the user experience by maintaining consistent terminology across the app. Let me know if any additional improvements are needed! 🚀