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

@@ -222,7 +222,7 @@ export const PasscodeLock = observer(({ application, appState }: Props) => {
{!showPasscodeForm && (
<Button
label="Add Passcode"
label="Add passcode"
onClick={handleAddPassCode}
type="primary"
/>