🐛 accidental translation of module name

This commit is contained in:
Manuel Ruwe
2022-08-24 20:13:53 +02:00
parent 4f521b5c00
commit 53500ffabc
12 changed files with 55 additions and 48 deletions

View File

@@ -15,8 +15,7 @@ import { IModule } from '../ModuleTypes';
import { useSetSafeInterval } from '../../tools/hooks/useSetSafeInterval';
export const TotalDownloadsModule: IModule = {
title: 'descriptor.name',
description: 'descriptor.description',
title: 'Download Speed',
icon: Download,
component: TotalDownloadsComponent,
translationNamespace: 'modules/total-downloads-module',