From 76d13b19ba06208ccf52cfde86627a7b74856fe8 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 15 Jan 2026 00:40:43 -0300 Subject: [PATCH] frontend: rename wger surfaces --- frontend/src/data/sample.js | 2 +- frontend/src/views/AccountView.vue | 2 +- frontend/src/views/AppsView.vue | 23 ++++++----------------- frontend/src/views/OnboardingView.vue | 10 +++++----- 4 files changed, 13 insertions(+), 24 deletions(-) diff --git a/frontend/src/data/sample.js b/frontend/src/data/sample.js index 8c8a58b..7bfa399 100644 --- a/frontend/src/data/sample.js +++ b/frontend/src/data/sample.js @@ -143,7 +143,7 @@ export function fallbackServices() { link: "https://pegasus.bstein.dev", }, { - name: "Atlas Health", + name: "Wger", icon: "🏋️", category: "health", summary: "Workout + nutrition tracking with the wger mobile app.", diff --git a/frontend/src/views/AccountView.vue b/frontend/src/views/AccountView.vue index 38f5205..cbc4876 100644 --- a/frontend/src/views/AccountView.vue +++ b/frontend/src/views/AccountView.vue @@ -167,7 +167,7 @@
-

Atlas Health (wger)

+

Wger

- Review the health data notice + Review the Wger health data notice {{ stepPillLabel("health_data_notice") }}

- Atlas Health is a personal wellness tool, not medical advice. Use it at your own risk. Your health data - belongs to you and will never be sold or used beyond providing the service. We apply best practices to - protect it, but no system is risk-free. + Wger is a personal wellness tool, not medical advice. Use it at your own risk. Your health data belongs to + you and will never be sold or used beyond providing the service. We apply best practices to protect it, + but no system is risk-free.

@@ -232,7 +232,7 @@ :disabled="!auth.authenticated || loading || isStepBlocked('wger_login')" @change="toggleStep('wger_login', $event)" /> - Sign in to Atlas Health (wger) + Sign in to Wger {{ stepPillLabel("wger_login") }}