From 2257adb3ae6fb3d3f30c0e80a2fba9430e59698c Mon Sep 17 00:00:00 2001 From: Darya Plotnytska Date: Mon, 16 Sep 2024 16:37:29 +0200 Subject: [PATCH] console: Update messages --- pkg/webui/locales/en.json | 1 + pkg/webui/locales/ja.json | 1 + 2 files changed, 2 insertions(+) diff --git a/pkg/webui/locales/en.json b/pkg/webui/locales/en.json index 75319472c4..40f07fc128 100644 --- a/pkg/webui/locales/en.json +++ b/pkg/webui/locales/en.json @@ -1574,6 +1574,7 @@ "lib.shared-messages.otherOption": "Other...", "lib.shared-messages.overview": "Overview", "lib.shared-messages.ownedByMe": "Owned by me", + "lib.shared-messages.ownerToken": "Owner token", "lib.shared-messages.packetBroker": "Packet Broker", "lib.shared-messages.packetsPerDataRate": "Packets per data rate", "lib.shared-messages.packetsPerChannel": "Packets per channel (24 days)", diff --git a/pkg/webui/locales/ja.json b/pkg/webui/locales/ja.json index aa5538edc9..c2eb6915d9 100644 --- a/pkg/webui/locales/ja.json +++ b/pkg/webui/locales/ja.json @@ -1574,6 +1574,7 @@ "lib.shared-messages.otherOption": "その他…", "lib.shared-messages.overview": "概要", "lib.shared-messages.ownedByMe": "", + "lib.shared-messages.ownerToken": "", "lib.shared-messages.packetBroker": "Packet Broker", "lib.shared-messages.packetsPerDataRate": "", "lib.shared-messages.packetsPerChannel": "",