Skip to content

Commit a4e1a80

Browse files
committed
wording
1 parent 52744c7 commit a4e1a80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

booklore-ui/src/app/features/settings/local-settings/local-settings.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class LocalSettingsComponent implements OnInit {
4444
this.confirmationService.confirm({
4545
message:
4646
"Are you sure you want to clear all Cache Storage data? This action cannot be undone.",
47-
header: "Clear Cache Storage Cache",
47+
header: "Clear Cache Storage",
4848
icon: "pi pi-exclamation-triangle",
4949
acceptLabel: "Clear",
5050
rejectLabel: "Cancel",
@@ -62,7 +62,7 @@ export class LocalSettingsComponent implements OnInit {
6262
await this.loadCacheStorageUsage();
6363
this.messageService.add({
6464
severity: "success",
65-
summary: "Cache Storage Cache Cleared",
65+
summary: "Storage Cache cleared",
6666
detail: "All Cache Storage data has been cleared successfully.",
6767
});
6868
this.isClearingCacheStorage = false;

0 commit comments

Comments
 (0)