mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
🐛 accidental translation of module name
This commit is contained in:
@@ -9,8 +9,7 @@ import { IModule } from '../ModuleTypes';
|
||||
|
||||
const asModule = <T extends IModule>(t: T) => t;
|
||||
export const DashdotModule = asModule({
|
||||
title: 'descriptor.name',
|
||||
description: 'descriptor.description',
|
||||
title: 'Dash.',
|
||||
icon: CalendarIcon,
|
||||
component: DashdotComponent,
|
||||
options: {
|
||||
|
||||
Reference in New Issue
Block a user