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:
@@ -19,8 +19,7 @@ import { IModule } from '../ModuleTypes';
|
||||
import { WeatherResponse } from './WeatherInterface';
|
||||
|
||||
export const WeatherModule: IModule = {
|
||||
title: 'descriptor.name',
|
||||
description: 'descriptor.description',
|
||||
title: 'Weather',
|
||||
icon: Sun,
|
||||
component: WeatherComponent,
|
||||
options: {
|
||||
|
||||
Reference in New Issue
Block a user