chore(app): missing i18n strings

This commit is contained in:
adamelmore 2026-01-26 12:18:10 -06:00
commit 97aec21cb3
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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,
})
})