From 0138cea0ba4207817059349ad2ff7b7861cce2c8 Mon Sep 17 00:00:00 2001
From: Lidiya Gelemeev <l_gele02@uni-muenster.de>
Date: Thu, 22 Aug 2024 10:01:15 +0200
Subject: [PATCH] Fix: NG->NC

---
 appinfo/app.php  | 0
 appinfo/info.xml | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 delete mode 100644 appinfo/app.php

diff --git a/appinfo/app.php b/appinfo/app.php
deleted file mode 100644
index e69de29..0000000
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 091d270..3e62be9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -51,8 +51,8 @@ The Sccuot NC graphical interface allows you to browse through these various sta
 
 	<navigations>
 		<navigation>
-			<name>Sccuot NG</name>
-			<route>sccuot_ng.statistics.statistics_page</route>
+			<name>Sccuot NC</name>
+			<route>sccuot_nc.statistics.statistics_page</route>
 			<icon>icons/sccuot-ng.svg</icon>
 			<order>5</order>
 		</navigation>
-- 
GitLab