1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-21 03:43:58 +00:00

[PM-27782] Update Access Intelligence loading state text (#18808)

* [PM-27782] Update Access Intelligence loading state text

  Simplify the loading progress messages shown during Access Intelligence
  report generation to be more user-friendly and concise.

  Changes:
  - Add new i18n keys with simplified text
  - Update ProgressStepConfig to use new keys

  Progress message updates:
  - "Fetching member data..." → "Reviewing member data..."
  - "Analyzing password health..." → "Analyzing passwords..."
  - "Calculating risk scores..." → "Calculating risks..."
  - "Generating report data..." → "Generating reports..."
  - "Saving report..." → "Compiling insights..."
  - "Compiling insights..." → "Done!"

* delete old messages

* remove all "this might take a few minutes"
This commit is contained in:
Alex
2026-02-17 21:29:41 -07:00
committed by GitHub
parent ff775c7bbc
commit ec33ea4f3c
3 changed files with 27 additions and 35 deletions

View File

@@ -4596,29 +4596,26 @@
"generatingYourAccessIntelligence": {
"message": "Generating your Access Intelligence..."
},
"fetchingMemberData": {
"message": "Fetching member data..."
},
"analyzingPasswordHealth": {
"message": "Analyzing password health..."
},
"calculatingRiskScores": {
"message": "Calculating risk scores..."
},
"generatingReportData": {
"message": "Generating report data..."
},
"savingReport": {
"message": "Saving report..."
},
"compilingInsights": {
"message": "Compiling insights..."
},
"loadingProgress": {
"message": "Loading progress"
},
"thisMightTakeFewMinutes": {
"message": "This might take a few minutes."
"reviewingMemberData": {
"message": "Reviewing member data..."
},
"analyzingPasswords": {
"message": "Analyzing passwords..."
},
"calculatingRisks": {
"message": "Calculating risks..."
},
"generatingReports": {
"message": "Generating reports..."
},
"compilingInsightsProgress": {
"message": "Compiling insights..."
},
"reportGenerationDone": {
"message": "Done!"
},
"riskInsightsRunReport": {
"message": "Run report"