# Missing text \`dashboard.problem.sidekiq\_check\`

**URL:** https://meta.discourse.org/t/missing-text-dashboard-problem-sidekiq-check/395969
**Category:** UX
**Created:** [February 12, 2026, 11:00pm UTC](https://meta.discourse.org/t/missing-text-dashboard-problem-sidekiq-check/395969 "2026-02-12T23:00:12Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [July 24, 2026, 3:33pm UTC](https://meta.discourse.org/t/missing-text-dashboard-problem-sidekiq-check/395969/4 "2026-07-24T15:33:09Z")

</div>

Yes, we refer in a separate file to the problem check identifier:

> <https://github.com/discourse/discourse/blob/main/app/models/problem_check.rb#L236>

So the PR above makes sure that the string in the translations matches the problem check filename, which is converted to that identifier, i.e. `sidekiq_check`. Using `sidekiq` in the translation strings wasn’t working, it wasn’t matching the identifier.

---

_[View the full topic](https://meta.discourse.org/t/missing-text-dashboard-problem-sidekiq-check/395969)._
