From 8342c421b5b5081ba74a3acbece962ab080b39ea Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Thu, 18 Oct 2018 19:56:54 +0900 Subject: Fix the conversion table Fix the conversion table (Navigation -> map) to (Navigation -> navigation) Use `navigation` as it is. Change-Id: Icfb0c7839cfa1c8ae59aa3b381c07d8a2f88cdd4 Signed-off-by: Kazumasa Mitsunari --- src/db/old_roles.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/db/old_roles.db b/src/db/old_roles.db index 02a4c2d..d8f19f9 100644 --- a/src/db/old_roles.db +++ b/src/db/old_roles.db @@ -34,7 +34,7 @@ }, { "name": "Navigation", - "new": "map" + "new": "navigation" }, { "name": "HVAC", -- cgit 1.2.3-korg