mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 14:47:40 +03:00
use plain string
This commit is contained in:
parent
e9b43ec9f0
commit
ce675083f0
@ -60,7 +60,7 @@ export default function DeleteRoleDialog({
|
|||||||
<div className="text-sm text-muted-foreground">
|
<div className="text-sm text-muted-foreground">
|
||||||
<p>
|
<p>
|
||||||
<Trans
|
<Trans
|
||||||
ns={"views/settings"}
|
ns="views/settings"
|
||||||
values={{ role }}
|
values={{ role }}
|
||||||
components={{ strong: <span className="font-medium" /> }}
|
components={{ strong: <span className="font-medium" /> }}
|
||||||
>
|
>
|
||||||
|
|||||||
@ -35,7 +35,7 @@ export default function DeleteTriggerDialog({
|
|||||||
<DialogTitle>{t("triggers.dialog.deleteTrigger.title")}</DialogTitle>
|
<DialogTitle>{t("triggers.dialog.deleteTrigger.title")}</DialogTitle>
|
||||||
<DialogDescription>
|
<DialogDescription>
|
||||||
<Trans
|
<Trans
|
||||||
ns={"views/settings"}
|
ns="views/settings"
|
||||||
values={{ triggerName }}
|
values={{ triggerName }}
|
||||||
components={{ strong: <span className="font-medium" /> }}
|
components={{ strong: <span className="font-medium" /> }}
|
||||||
>
|
>
|
||||||
|
|||||||
@ -90,7 +90,7 @@ export default function EditRoleCamerasDialog({
|
|||||||
</DialogTitle>
|
</DialogTitle>
|
||||||
<DialogDescription>
|
<DialogDescription>
|
||||||
<Trans
|
<Trans
|
||||||
ns={"views/settings"}
|
ns="views/settings"
|
||||||
values={{ role }}
|
values={{ role }}
|
||||||
components={{ strong: <span className="font-medium" /> }}
|
components={{ strong: <span className="font-medium" /> }}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user