mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-01 08:32:18 +03:00
Refactor and clean up i18n (#17198)
* clean up i18n * fix key * fix key
This commit is contained in:
@@ -248,7 +248,7 @@ export default function InputWithTags({
|
||||
filters.before &&
|
||||
timestamp >= filters.before * 1000
|
||||
) {
|
||||
toast.error(t("afterDatebeEarlierBefore"), {
|
||||
toast.error(t("filter.toast.error.afterDatebeEarlierBefore"), {
|
||||
position: "top-center",
|
||||
});
|
||||
return;
|
||||
@@ -727,7 +727,7 @@ export default function InputWithTags({
|
||||
<div className="space-y-2">
|
||||
<h3 className="font-medium">{t("filter.tips.title")}</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
{t("filter.tips.desc")}
|
||||
{t("filter.tips.desc.text")}
|
||||
</p>
|
||||
<Trans
|
||||
ns="views/search"
|
||||
|
||||
Reference in New Issue
Block a user