feat: add subtitles to /play/buttplug and /play/recordings page headers
All checks were successful
Build and Push Frontend Image / build (push) Successful in 1m12s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 12:04:24 +01:00
parent ab0af9a773
commit 9abcd715d7
3 changed files with 3 additions and 1 deletions

View File

@@ -823,7 +823,7 @@ export default {
},
play: {
title: "Play",
description: "Bring your toys.",
description: "Connect and control your Bluetooth toys.",
scan: "Start Scan",
scanning: "Scanning...",
no_results: "No devices found",

View File

@@ -351,6 +351,7 @@
<!-- Header -->
<div class="mb-6">
<h1 class="text-2xl font-bold">{$_("play.title")}</h1>
<p class="text-sm text-muted-foreground mt-1">{$_("play.description")}</p>
</div>
<!-- Recording controls (only when devices are connected) -->

View File

@@ -68,6 +68,7 @@
<div class="py-3 sm:py-6 lg:pl-6">
<div class="mb-6">
<h1 class="text-2xl font-bold">{$_("me.recordings.title")}</h1>
<p class="text-sm text-muted-foreground mt-1">{$_("me.recordings.description")}</p>
</div>
{#if recordings.length === 0}