This commit is contained in:
Tom Moor
2021-02-18 23:30:48 -08:00
parent fabfa6a491
commit 5b7018058d
2 changed files with 4 additions and 4 deletions

View File

@@ -172,7 +172,7 @@ function ImportExport() {
</>
) : (
<Button type="submit" onClick={handlePickFile} primary>
{t("Choose File")}
{t("Choose File")}
</Button>
)}