diff --git a/app/services/problem_check/channel_errors.rb b/app/services/problem_check/channel_errors.rb
index bd1b755..833a505 100644
--- a/app/services/problem_check/channel_errors.rb
+++ b/app/services/problem_check/channel_errors.rb
@@ -18,8 +18,4 @@ class ProblemCheck::ChannelErrors < ProblemCheck
::DiscourseChatIntegration::Provider.is_enabled(channel.provider)
end
end
-
- def translation_key
- "chat_integration.admin_error"
- end
end
diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml
index c35c8a4..bd3f165 100644
--- a/config/locales/server.en.yml
+++ b/config/locales/server.en.yml
@@ -111,6 +111,10 @@ en:
chat_integration_google_enabled: "Enable the 'Google Chat' chat integration provider"
chat_integration_google_excerpt_length: "Google Chat post excerpt length"
+ dashboard:
+ problem:
+ channel_errors: "Some chat integration channels have errors. Visit the chat integration section to find out more."
+
discourse_automation:
scriptables:
send_slack_message:
@@ -124,8 +128,6 @@ en:
group_mention_template: "mentions of: @%{name}"
group_message_template: "messages to: @%{name}"
- admin_error: "Some chat integration channels have errors. Visit the chat integration section to find out more."
-
provider:
#######################################