From 862218a2dc75359ec89ae114c8dcf38828a302c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 7 Jun 2021 21:26:50 +0200 Subject: [PATCH] Correct 'metadata.js' --- branding/constants/metadata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branding/constants/metadata.js b/branding/constants/metadata.js index 5a186e2..968cb52 100644 --- a/branding/constants/metadata.js +++ b/branding/constants/metadata.js @@ -1,7 +1,7 @@ // this file is duplicated in `backend/src/config/metadata.js` and `webapp/constants/metadata.js` and replaced on rebranding export default { APPLICATION_NAME: 'wir.social', - APPLICATION_SHORT_NAME: 'wir', + APPLICATION_SHORT_NAME: 'wir.social', APPLICATION_DESCRIPTION: 'Wir Social Community', COOKIE_NAME: 'ocelot-social-token', ORGANIZATION_NAME: 'Webcraft-Media',