Skip to content

Commit 5db6bf9

Browse files
authored
Fix typo in LockView title localization (#303)
Corrected the localization key for the title in LockView.
1 parent bbbc108 commit 5db6bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/LockView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class LockView extends AbstractView {
1818
/** Returns the default configuration object for the view. */
1919
static getDefaultConfig(): ViewConfig {
2020
return {
21-
title: localize('locks.locks'),
21+
title: localize('lock.locks'),
2222
path: 'locks',
2323
icon: 'mdi:lock-open',
2424
subview: false,

0 commit comments

Comments
 (0)