Skip to content

copy: rename expanded-notification "Now" label to "Live" (clearer vs "Average") #196

Description

@almothafar

Problem

The expanded status notification (BigText) shows the live current on a line labelled "Now", paired with the "Average" line below it — e.g.:

Now: −250 mA
Average: −245 mA

"Now" is fine but a weak contrast with "Average". A clearer word makes the instantaneous-vs-averaged distinction read at a glance.

Fix

Rename the label (string notification_label_now):

  • English: "Now" → "Live"
  • Arabic: "الآن" → "مباشر" ("live", pairs with المتوسط)

"Current" was rejected — the value is the electrical current in mA, so "Current: −250 mA" reads as a mistake.

Only the string values change; the resource name notification_label_now and its usages (NotificationService.java statusDetailExpanded, NotificationServiceTest) stay as-is, so tests are unaffected.

Acceptance criteria

  • Expanded notification shows "Live" (EN) / "مباشر" (AR) instead of "Now" / "الآن"
  • No test or resource-name churn

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions