From 55987c1492545d753c256c817ba70fb6779cfecc Mon Sep 17 00:00:00 2001 From: Ryan Goldstein Date: Tue, 17 May 2022 18:55:41 -0400 Subject: [PATCH] Change Terminology for Light Hotspots Mirroring changes made to the StatusWidget in Explorer for Light Hotspots, changing "Online" to "Active" and "Needs Attention" to "Inactive". Justification for the change from "Needs Attention" is that, at least with the current PoC issues, that has been resulting in unnecessary or counterproductive actions, like perpetually power cycling, switching from Ethernet to Wi-Fi, etc. "Inactive" provides the necessary information without implying that action needs to be taken, and it matches what's shown on Explorer. Note: If this change is merged, the other language files should probably be similarly changed. --- src/locales/en.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/en.ts b/src/locales/en.ts index 4158dbf4..67a88f8d 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -973,8 +973,8 @@ export default { picker_options: { 7: '7D', 14: '14D', 30: '30D', YTD: 'YTD' }, picker_prompt: 'Select Range', status_data_only: 'Data-Only', - status_online: 'Online', - status_offline: 'Needs Attention', + status_online: 'Active', + status_offline: 'Inactive', ytd: 'Your Hotspot has earned\n{{number}} HNT since {{date}}', status_prompt_online: { title: 'Hotspot is online and connected.',