diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index b46f3c553..3bcf674f8 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -1776,6 +1776,7 @@ "prt_tx_in3": "Tax 3 Indicator", "prt_tx_in4": "Tax 4 Indicator", "prt_tx_in5": "Tax 5 Indicator", + "prt_tx_ty1": "Parts Tax Type 1", "prt_type": "Part Type" }, "partsstatus": "Parts Status", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 6c2b46890..77da83843 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -1776,6 +1776,7 @@ "prt_tx_in3": "", "prt_tx_in4": "", "prt_tx_in5": "", + "prt_tx_ty1": "", "prt_type": "" }, "partsstatus": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 8003cf969..8f26de61a 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -1776,6 +1776,7 @@ "prt_tx_in3": "", "prt_tx_in4": "", "prt_tx_in5": "", + "prt_tx_ty1": "", "prt_type": "" }, "partsstatus": "",