feat: improve preference copy and case consistency

This commit is contained in:
Mo
2022-03-25 08:10:12 -05:00
parent 492357777c
commit 03f707ee63
7 changed files with 18 additions and 13 deletions

View File

@@ -213,7 +213,7 @@ export const DataBackups = observer(({ application, appState }: Props) => {
<div class="flex flex-row items-center mt-3">
<Button
type="normal"
label="Import Backup"
label="Import backup"
onClick={handleImportFile}
/>
<input