fixed quotes

This commit is contained in:
jonaswinkler
2021-01-02 14:18:20 +01:00
parent 86677ee6b4
commit 158e83c425
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.`)
})
}