mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Co-authored-by: Maximilian Power <post@maximilianpower.com>
This commit is contained in:
@@ -179,8 +179,8 @@
|
||||
"unmarkAsCritical": {
|
||||
"message": "Unmark as critical"
|
||||
},
|
||||
"criticalApplicationSuccessfullyUnmarked": {
|
||||
"message": "Critical application successfully unmarked"
|
||||
"criticalApplicationUnmarkedSuccessfully": {
|
||||
"message": "Successfully unmarked application as critical"
|
||||
},
|
||||
"whatTypeOfItem": {
|
||||
"message": "What type of item is this?"
|
||||
|
||||
@@ -125,9 +125,8 @@ export class CriticalApplicationsComponent implements OnInit {
|
||||
}
|
||||
|
||||
this.toastService.showToast({
|
||||
message: this.i18nService.t("criticalApplicationSuccessfullyUnmarked"),
|
||||
message: this.i18nService.t("criticalApplicationUnmarkedSuccessfully"),
|
||||
variant: "success",
|
||||
title: this.i18nService.t("success"),
|
||||
});
|
||||
this.dataSource.data = this.dataSource.data.filter((app) => app.applicationName !== hostname);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user