Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit committed Sep 26, 2024
1 parent be558b7 commit f8c7789
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class CatalogBrowserPageComponent implements OnInit, OnDestroy {
this.data = data;
this.data$.next(data);
});
this.buildPresetCatalogUrlsMessage();
this.startBuildingPresetCatalogUrlsMessage();
}

onDataOfferClick(dataOffer: DataOffer) {
Expand Down Expand Up @@ -87,7 +87,7 @@ export class CatalogBrowserPageComponent implements OnInit, OnDestroy {
this.fetch$.next(null);
}

private buildPresetCatalogUrlsMessage() {
private startBuildingPresetCatalogUrlsMessage() {
this.translateService
.get(['catalog_browser_page.usage'])
.pipe(takeUntil(this.ngOnDestroy$))
Expand Down

0 comments on commit f8c7789

Please sign in to comment.