Prevent wrapping on dialog title

This commit is contained in:
0x464e 2026-04-05 14:47:40 +03:00
parent 390700edb8
commit 3e83c1b0a5
No known key found for this signature in database
GPG Key ID: E6D221DF6CBFBFFA
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@
"recording": { "recording": {
"shareTimestamp": { "shareTimestamp": {
"label": "Share Timestamp", "label": "Share Timestamp",
"title": "Share Review Timestamp", "title": "Share Timestamp",
"description": "Share a timestamped URL of current player position or choose a custom timestamp. Note that this is not a public share URL and is only accessible to users with access to Frigate and this camera.", "description": "Share a timestamped URL of current player position or choose a custom timestamp. Note that this is not a public share URL and is only accessible to users with access to Frigate and this camera.",
"current": "Current Player Timestamp", "current": "Current Player Timestamp",
"custom": "Custom Timestamp", "custom": "Custom Timestamp",

View File

@ -84,7 +84,7 @@ export default function ShareTimestampDialog({
<Dialog open={open} onOpenChange={handleOpenChange}> <Dialog open={open} onOpenChange={handleOpenChange}>
<DialogContent className="sm:rounded-lg md:rounded-2xl"> <DialogContent className="sm:rounded-lg md:rounded-2xl">
<DialogHeader> <DialogHeader>
<DialogTitle> <DialogTitle className="whitespace-nowrap">
{t("recording.shareTimestamp.title", { ns: "components/dialog" })} {t("recording.shareTimestamp.title", { ns: "components/dialog" })}
</DialogTitle> </DialogTitle>
<DialogDescription className="sr-only"> <DialogDescription className="sr-only">