Merge pull request #14 from KDederichs/access_key_fixes

German Translation and test suit fix
This commit is contained in:
Lynn
2022-10-26 15:07:11 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { Component, Input } from "@angular/core";
import { TestBedStatic } from "@angular/core/testing";
import {TestBed} from "@angular/core/testing";
import { MatIcon, MatIconModule } from "@angular/material/icon";
@Component({
@@ -12,7 +12,7 @@ export class MockMatIconComponent {
@Input() public fontIcon: any;
}
export function overrideIconModule(testBed: TestBedStatic): TestBedStatic {
export function overrideIconModule(testBed: TestBed): TestBed {
return testBed.overrideModule(MatIconModule, {
remove: {
declarations: [MatIcon],

View File

@@ -483,7 +483,7 @@
},
"OPTIONS": {
"ADDON": {
"AD_REQUIRED_HINT": "Ad or access key required",
"AD_REQUIRED_HINT": "Werbung oder API-Schlüssel erforderlich",
"CURSE_FORGE_V2": {
"API_KEY_DESCRIPTION": "Wenn du einen CurseForge-API-Schlüssel angefordert hast, kannst du ihn hier eingeben, um dich mit deren API zu verbinden.",
"API_KEY_TITLE": "CurseForge API-Schlüssel",