From 17f8f18a3bf6ba7a59ebad54f96c9efa7d9b7f35 Mon Sep 17 00:00:00 2001 From: Max Chopart Date: Mon, 23 Sep 2024 17:00:23 +0200 Subject: [PATCH] [Fix #516] Renamed probability to failure rate --- public/locales/cs/translation.json | 2 +- public/locales/en/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/cs/translation.json b/public/locales/cs/translation.json index 62172eb1..7f7fbe98 100644 --- a/public/locales/cs/translation.json +++ b/public/locales/cs/translation.json @@ -42,7 +42,7 @@ }, "faultEventScenariosTable": { "cutset": "Řez", - "probability": "Pravděpodobnost" + "probability": "Intenzita Poruch" }, "eventDescription": { "fhaBasedFailureRate": { diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index b1029962..36a6a44c 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -42,7 +42,7 @@ }, "faultEventScenariosTable": { "cutset": "Cutset", - "probability": "Probability" + "probability": "Failure Rate" }, "eventDescription": { "fhaBasedFailureRate": {