Skip to content

Commit c618489

Browse files
author
Frederik Rothenberger
committed
Capitalize recovery phrase
1 parent b071f3b commit c618489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/utils/recoveryDevice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const recoveryDeviceToLabel = (
88
device: Omit<DeviceData, "alias"> & RecoveryDevice
99
): string => {
1010
if ("seed_phrase" in device.key_type) {
11-
return "Recovery phrase";
11+
return "Recovery Phrase";
1212
}
1313
return "External Hardware";
1414
};

0 commit comments

Comments
 (0)