diff --git a/wowup-electron/package.json b/wowup-electron/package.json index d79dab2b..3bd4e68c 100644 --- a/wowup-electron/package.json +++ b/wowup-electron/package.json @@ -1,7 +1,7 @@ { "name": "wowup", "productName": "WowUp", - "version": "2.1.0-beta.6", + "version": "2.1.0-beta.7", "description": "Word of Warcraft addon updater", "homepage": "https://wowup.io", "author": { diff --git a/wowup-electron/src/app/components/install-from-url-dialog/install-from-url-dialog.component.ts b/wowup-electron/src/app/components/install-from-url-dialog/install-from-url-dialog.component.ts index ca5e5d2a..f529ea05 100644 --- a/wowup-electron/src/app/components/install-from-url-dialog/install-from-url-dialog.component.ts +++ b/wowup-electron/src/app/components/install-from-url-dialog/install-from-url-dialog.component.ts @@ -9,7 +9,7 @@ import { AlertDialogComponent } from "../alert-dialog/alert-dialog.component"; import { TranslateService } from "@ngx-translate/core"; import { roundDownloadCount, shortenDownloadCount } from "../../utils/number.utils"; import { DownloadCountPipe } from "../../pipes/download-count.pipe"; -import { NO_SEARCH_RESULTS_ERROR } from "common/constants"; +import { NO_SEARCH_RESULTS_ERROR } from "../../../common/constants"; @Component({ selector: "app-install-from-url-dialog", @@ -120,7 +120,7 @@ export class InstallFromUrlDialogComponent implements OnInit, OnDestroy { } else if (err.code && err.code === "EOPENBREAKER") { // Provider circuit breaker is open message = this._translateService.instant("DIALOGS.INSTALL_FROM_URL.ERROR.FAILED_TO_CONNECT"); - } else if(message === NO_SEARCH_RESULTS_ERROR){ + } else if (message === NO_SEARCH_RESULTS_ERROR) { message = this._translateService.instant("DIALOGS.INSTALL_FROM_URL.ERROR.NO_SEARCH_RESULTS"); } diff --git a/wowup-electron/src/app/components/options-debug-section/options-debug-section.component.html b/wowup-electron/src/app/components/options-debug-section/options-debug-section.component.html index 5cd616b8..400f43e0 100644 --- a/wowup-electron/src/app/components/options-debug-section/options-debug-section.component.html +++ b/wowup-electron/src/app/components/options-debug-section/options-debug-section.component.html @@ -10,7 +10,7 @@ {{ "PAGES.OPTIONS.DEBUG.LOG_FILES_DESCRIPTION" | translate }}