Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Improve network history cleanup wording
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Aug 9, 2023
1 parent 8b26419 commit 08e75be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<app-menu-item (click)="clearDNSCache($event)">Clear DNS Cache</app-menu-item>
<app-menu-item (click)="openDataDir($event)">Open Data Directory</app-menu-item>
<app-menu-item (click)="copyDebugInfo($event)">Copy Debug Info</app-menu-item>
<app-menu-item (click)="cleanupHistory($event)">Clean History Data</app-menu-item>
<app-menu-item (click)="cleanupHistory($event)">Cleanup Network History</app-menu-item>
</app-menu>

<!-- Power Menu -->
Expand Down
4 changes: 2 additions & 2 deletions modules/portmaster/src/app/layout/navigation/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ export class NavigationComponent implements OnInit {
cleanupHistory(_: Event) {
this.portapi.cleanupHistory()
.subscribe(this.actionIndicator.httpObserver(
'History Data Cleared',
'Failed to Clear History.'
'Network History Cleaned Up',
'Failed to Cleanup Network History.'
))
}

Expand Down

0 comments on commit 08e75be

Please sign in to comment.