fixed quotes

This commit is contained in:
jonaswinkler
2021-01-02 14:18:20 +01:00
parent 453956b9f6
commit b16a4b3aa5
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ export class SettingsComponent implements OnInit {
this.savedViewService.delete(savedView).subscribe(() => {
this.savedViewGroup.removeControl(savedView.id.toString())
this.savedViews.splice(this.savedViews.indexOf(savedView), 1)
this.toastService.showInfo($localize`Saved view "${savedView.name} deleted.`)
this.toastService.showInfo($localize`Saved view "${savedView.name}" deleted.`)
})
}