Files
streakfit-api/lang/en/dashboard.php
T
neckfireandClaude Opus 4.8 af32669931
Build & Deploy / build (push) Successful in 18s
StreakFit — API Laravel 13 OSDD + Octane/FrankenPHP
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-19 03:00:17 +02:00

9 lines
314 B
PHP

<?php
// Next-workout suggestion labels (functional/streaks, DashboardService).
return [
'suggestion_rest' => 'You are already active today, take the chance to rest.',
'suggestion_no_routine' => 'Create your first routine to get started.',
'suggestion_routine' => 'Suggested next session: :name.',
];