Skip to content
Snippets Groups Projects
Commit 133b424e authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix var lang

parent 4b194329
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ export class TagsAdministrationComponent implements OnInit {
exhaustMap(() => this.http.delete(`../../rest/tags/${item.id}`)),
tap(() => {
this.loadList();
this.notify.success(this.lang.contactDeleted);
this.notify.success(this.lang.tagDeleted);
}),
catchError((err: any) => {
this.notify.handleSoftErrors(err);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment