Typo fixes (#23669)
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled

* Fix typos

With help from https://github.com/crate-ci/typos

* Fix repeated article "the"

* Fix repeated "changed"
This commit is contained in:
Martin Weinelt
2026-07-10 08:10:13 -05:00
committed by GitHub
parent f6596ac7b0
commit f3c09ae169
13 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -134,7 +134,7 @@ export default function ExportDialog({
}
if (!range) {
toast.error(t("export.toast.error.noVaildTimeSelected"), {
toast.error(t("export.toast.error.noValidTimeSelected"), {
position: "top-center",
});
return false;
@@ -665,7 +665,7 @@ export function ExportContent({
}
if (!range) {
toast.error(t("export.toast.error.noVaildTimeSelected"), {
toast.error(t("export.toast.error.noValidTimeSelected"), {
position: "top-center",
});
return;
@@ -149,7 +149,7 @@ export default function MobileReviewSettingsDrawer({
if (!range) {
toast.error(
t("export.toast.error.noVaildTimeSelected", {
t("export.toast.error.noValidTimeSelected", {
ns: "components/dialog",
}),
{