fix(settings): correct Import & Export copy (MAPPS-376) #438

Merged
nrupard merged 1 commit from fix/MAPPS-376-import-export-copy into main 2026-07-22 17:39:54 +02:00
Owner

What

Three copy fixes on the Import & Export settings page (Settings -> Data), all in ImportExportSettingsPage:

  • The Import panel's file-picker label read "Export file" though it selects the file to import. Now "Import file".
  • Export copy: "...your records - store it somewhere safe." -> "...your records. Store it somewhere safe."
  • Import warning: "This cannot be undone - export a fresh snapshot first." -> "This cannot be undone. Export a fresh snapshot first."

Why

The "Export file" label in the Import section was misleading. The two " - " joins read more clearly as separate sentences.

Scope

Copy only, no behavior change. just pre-commit (fmt, clippy -D warnings, wasm check, unit tests) passes.

#MAPPS-376

## What Three copy fixes on the Import & Export settings page (Settings -> Data), all in `ImportExportSettingsPage`: - The Import panel's file-picker label read "Export file" though it selects the file to import. Now "Import file". - Export copy: "...your records - store it somewhere safe." -> "...your records. Store it somewhere safe." - Import warning: "This cannot be undone - export a fresh snapshot first." -> "This cannot be undone. Export a fresh snapshot first." ## Why The "Export file" label in the Import section was misleading. The two " - " joins read more clearly as separate sentences. ## Scope Copy only, no behavior change. `just pre-commit` (fmt, clippy -D warnings, wasm check, unit tests) passes. #MAPPS-376
fix(settings): correct Import & Export copy (MAPPS-376)
All checks were successful
Check / fmt + clippy + tests (pull_request) Successful in 1m44s
Create release / Create release from merged PR (pull_request) Has been skipped
8abecc19a8
The Import panel's file-picker label read "Export file" even though the control selects the file to import; change it to "Import file". Also replace the " - " sentence joins in the export and import copy with periods so each reads as two sentences: "...your records. Store it somewhere safe." and "This cannot be undone. Export a fresh snapshot first."

#MAPPS-376

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
nrupard deleted branch fix/MAPPS-376-import-export-copy 2026-07-22 17:39:54 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/mokosh-apps!438
No description provided.