chore(app): missing i18n strings

This commit is contained in:
adamelmore
2026-01-26 12:18:10 -06:00
parent 319ad2a391
commit 97aec21cb3
9 changed files with 161 additions and 102 deletions

View File

@@ -517,7 +517,7 @@ export const { use: useFile, provider: FileProvider } = createSimpleContext({
)
showToast({
variant: "error",
title: "Failed to list files",
title: language.t("toast.file.listFailed.title"),
description: e.message,
})
})