From 9ac7b7591061ac753e2c768781d6a51132486115 Mon Sep 17 00:00:00 2001
From: toto <toto@tata>
Date: Tue, 22 Nov 2022 16:53:36 +0100
Subject: [PATCH] fix: shorten PWA description in manifest

refs #445
---
 src/manifest.webmanifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/manifest.webmanifest b/src/manifest.webmanifest
index e00cc7da2..4d0eb5675 100644
--- a/src/manifest.webmanifest
+++ b/src/manifest.webmanifest
@@ -1,5 +1,5 @@
 {
-  "name": "Cassiopee, tools for designing fish crossing devices for upstream and downstream migrations and hydraulic calculation for environmental and agricultural engineering",
+  "name": "Cassiopée",
   "short_name": "Cassiopee",
   "theme_color": "#1976d2",
   "background_color": "#fafafa",
-- 
GitLab