# בעיה בתהליך אוטומציה של דיסקורס בלוח הבקרה

**URL:** https://meta.discourse.org/t/translation-missing-en-dashboard-problem-discourse-automation/322164
**Category:** Bug
**Created:** [18 באוגוסט,‏ 2024,‏ 4:33pm UTC](https://meta.discourse.org/t/translation-missing-en-dashboard-problem-discourse-automation/322164 "2024-08-18T16:33:15Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![ted](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ted/32/283882_2.png) [@ted](https://meta.discourse.org/u/ted)
#### Post date: [20 באוגוסט,‏ 2024,‏ 3:13pm UTC](https://meta.discourse.org/t/translation-missing-en-dashboard-problem-discourse-automation/322164/7 "2024-08-20T15:13:22Z")

</div>

> [@techwithanirudh](#):
>
> I removed the discourse-automation plugin since it is already bundled into Discourse, but i’m still having the error.

Hello, @techwithanirudh! 👋

We recently revamped our problem check system to support more use cases, and we currently do not have a mechanism to clear notices from plugins when they are uninstalled. It’s something we’re working on.

For now, you can try the following console commands to clear the notices:

```ruby
ProblemCheckTracker.where(identifier: "discourse_automation").delete_all
AdminNotice.where(identifier: "discourse_automation").delete_all

```

---

_[View the full topic](https://meta.discourse.org/t/translation-missing-en-dashboard-problem-discourse-automation/322164)._
