fix(ui): redact iwooos runtime boundary copy
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 16s
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled

This commit is contained in:
Your Name
2026-06-29 12:42:51 +08:00
parent ea50d453a5
commit e596343568
3 changed files with 11 additions and 1 deletions

View File

@@ -244,7 +244,7 @@ const PUBLIC_TEXT_REPLACEMENTS: Array<[RegExp, string]> = [
[/receipt production write/gi, '回執正式寫入'],
[/production write/gi, '正式環境寫入'],
[/verifier live readback/gi, '驗證器正式讀回'],
[/host write/gi, '主機寫入'],
[/host write/gi, '主機變更'],
[/secret read/gi, '機密讀取'],
[/kubectl action/gi, 'kubectl 操作'],
[/destructive operation/gi, '破壞性操作'],