Add missing data_description for reauth_confirm token in Splunk (#163356)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Brett Adams
2026-02-18 21:43:44 +10:00
committed by GitHub
parent 8de1e3d27b
commit 728de32d75
2 changed files with 4 additions and 4 deletions

View File

@@ -12,10 +12,7 @@ rules:
common-modules: done
config-entry-unloading: done
config-flow-test-coverage: done
config-flow:
status: todo
comment: |
Missing `data_description` for `token` in `config.step.reauth_confirm` in strings.json. Tests fail with: "Translation not found for splunk: config.step.reauth_confirm.data_description.token".
config-flow: done
dependency-transparency:
status: todo
comment: |

View File

@@ -20,6 +20,9 @@
"data": {
"token": "HTTP Event Collector token"
},
"data_description": {
"token": "The HEC token configured in your Splunk instance"
},
"description": "The Splunk token is no longer valid. Please enter a new HTTP Event Collector token.",
"title": "Reauthenticate Splunk"
},