From 61deab4fa50fe58eab5850452df6d0cfc9dd7d58 Mon Sep 17 00:00:00 2001 From: "13621160019@163.com" <13621160019@163.com> Date: Mon, 25 Oct 2021 20:07:32 +0800 Subject: [PATCH] removed duplicate entry in i18n of Web UI --- web/src/i18n.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/src/i18n.js b/web/src/i18n.js index 9321728c..428f5439 100644 --- a/web/src/i18n.js +++ b/web/src/i18n.js @@ -724,7 +724,6 @@ const resources = { "API.THERE_IS_RELATION_WITH_TENANTS": "There is relation with tenants", "API.THERE_IS_RELATION_WITH_VIRTUAL_METER": "There is relation with virtual meter", "API.THERE_IS_RELATION_WITH_VIRTUAL_METERS": "There is relation with virtual meters", - "API.THERE_IS_RELATION_WITH_EQUIPMENTS": "There is relation with equipments", "API.THERE_IS_RELATION_WITH_USERS": "There is relation with users", "API.THIS_DATA_SOURCE_IS_BEING_USED_BY_A_METER": "This data source is being used by a meter", "API.THIS_METER_IS_BEING_USED_BY_A_VIRTUAL_METER": "This meter is being used by a virtual meter", @@ -1473,7 +1472,6 @@ const resources = { "API.THERE_IS_RELATION_WITH_TENANTS": "There is relation with tenants", "API.THERE_IS_RELATION_WITH_VIRTUAL_METER": "There is relation with virtual meter", "API.THERE_IS_RELATION_WITH_VIRTUAL_METERS": "There is relation with virtual meters", - "API.THERE_IS_RELATION_WITH_EQUIPMENTS": "There is relation with equipments", "API.THERE_IS_RELATION_WITH_USERS": "There is relation with users", "API.THIS_DATA_SOURCE_IS_BEING_USED_BY_A_METER": "This data source is being used by a meter", "API.THIS_METER_IS_BEING_USED_BY_A_VIRTUAL_METER": "This meter is being used by a virtual meter", @@ -2221,7 +2219,6 @@ const resources = { "API.THERE_IS_RELATION_WITH_TENANTS": "There is relation with tenants", "API.THERE_IS_RELATION_WITH_VIRTUAL_METER": "There is relation with virtual meter", "API.THERE_IS_RELATION_WITH_VIRTUAL_METERS": "There is relation with virtual meters", - "API.THERE_IS_RELATION_WITH_EQUIPMENTS": "There is relation with equipments", "API.THERE_IS_RELATION_WITH_USERS": "There is relation with users", "API.THIS_DATA_SOURCE_IS_BEING_USED_BY_A_METER": "This data source is being used by a meter", "API.THIS_METER_IS_BEING_USED_BY_A_VIRTUAL_METER": "This meter is being used by a virtual meter",