chore(app): missing i18n strings
This commit is contained in:
parent
319ad2a391
commit
97aec21cb3
9 changed files with 161 additions and 102 deletions
|
|
@ -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,
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue