💡 Rename discipline buttons from "Activate/Pause" to "Start Practicing/Stop Practicing" #121

Closed
opened 2026-05-22 13:20:55 +02:00 by Anexim · 2 comments
Owner

Request

The discipline activation buttons currently show "Activate" / "Pause". These should be renamed to "Start Practicing" / "Stop Practicing" to better match the game's theme.

Files to Change

  • src/components/game/tabs/DisciplinesTab.tsx — In the DisciplineCard component, change:
    • {isPaused ? 'Activate' : 'Pause'}{isPaused ? 'Start Practicing' : 'Stop Practicing'}

Context

This is a simple text change in the button rendering logic within the DisciplineCard component. The button is rendered at the bottom of each discipline card.

## Request The discipline activation buttons currently show "Activate" / "Pause". These should be renamed to "Start Practicing" / "Stop Practicing" to better match the game's theme. ## Files to Change - `src/components/game/tabs/DisciplinesTab.tsx` — In the `DisciplineCard` component, change: - `{isPaused ? 'Activate' : 'Pause'}` → `{isPaused ? 'Start Practicing' : 'Stop Practicing'}` ## Context This is a simple text change in the button rendering logic within the `DisciplineCard` component. The button is rendered at the bottom of each discipline card.
Anexim added the ai:todo label 2026-05-22 13:20:55 +02:00
n8n-gitea was assigned by Anexim 2026-05-22 13:20:55 +02:00
Author
Owner

Starting work on renaming discipline buttons from "Activate/Pause" to "Start Practicing/Stop Practicing"

Starting work on renaming discipline buttons from "Activate/Pause" to "Start Practicing/Stop Practicing"
Author
Owner

Fixed. Renamed discipline button labels in src/components/game/tabs/DisciplinesTab.tsx:

  • "Activate""Start Practicing"
  • "Pause""Stop Practicing"

Commit f22ebf1 pushed to master.

✅ Fixed. Renamed discipline button labels in `src/components/game/tabs/DisciplinesTab.tsx`: - `"Activate"` → `"Start Practicing"` - `"Pause"` → `"Stop Practicing"` Commit `f22ebf1` pushed to master.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Anexim/Mana-Loop#121