From 4ef630060e458c38cda45489e5a40caa9470e974 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 24 Apr 2023 14:05:22 +0200 Subject: [statistics] Fix lang: Old and new were swapped --- modules-available/statistics/lang/en/template-tags.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules-available/statistics/lang/en/template-tags.json') diff --git a/modules-available/statistics/lang/en/template-tags.json b/modules-available/statistics/lang/en/template-tags.json index 9d01f7be..fefb9bc3 100644 --- a/modules-available/statistics/lang/en/template-tags.json +++ b/modules-available/statistics/lang/en/template-tags.json @@ -112,8 +112,8 @@ "lang_replace": "Replace", "lang_replaceInstructions": "If some PCs\/clients have been physically replaced, you can re-assign log entries, session data, position information etc. from the old machine to the new one. This requires that the new machine gets assigned the same IP address as the old one and, if the room planner is used -- that it is placed in the same spot as the old one. The list below shows all machine pairs where 1) the last boot of one machine lies before the first boot of the other one 2) both machines had the same IP address last time they booted. The replacement action will reassign all log events, room plan location and special run mode from the old machine to the new machine.", "lang_replaceMachinesHeading": "Replace machines", - "lang_replaceNew": "Old machine", - "lang_replaceOld": "New machine", + "lang_replaceNew": "New machine", + "lang_replaceOld": "Old machine", "lang_resetClearIp": "Reset IP address", "lang_roomplan": "Location", "lang_runMode": "Mode of operation", -- cgit v1.2.3-55-g7522