mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-09 16:47:37 +03:00
Prevent wrapping on dialog title
This commit is contained in:
parent
390700edb8
commit
3e83c1b0a5
@ -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",
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user