We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbc108 commit 5db6bf9Copy full SHA for 5db6bf9
src/views/LockView.ts
@@ -18,7 +18,7 @@ class LockView extends AbstractView {
18
/** Returns the default configuration object for the view. */
19
static getDefaultConfig(): ViewConfig {
20
return {
21
- title: localize('locks.locks'),
+ title: localize('lock.locks'),
22
path: 'locks',
23
icon: 'mdi:lock-open',
24
subview: false,
0 commit comments