Merge pull request #5949 from Ocelot-Social-Community/fixes-for-deploy

fix(webapp): small changes for deploy
This commit is contained in:
Moriz Wahl 2023-02-08 12:43:01 +01:00 committed by GitHub
commit 42d32431f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
// this file is duplicated in `backend/src/constants/group.js` and `webapp/constants/group.js`
export const DESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 100 // with removed HTML tags
export const DESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 50 // with removed HTML tags
export const DESCRIPTION_EXCERPT_HTML_LENGTH = 250 // with removed HTML tags

View File

@ -1,5 +1,5 @@
// this file is duplicated in `backend/src/constants/group.js` and `webapp/constants/group.js`
export const NAME_LENGTH_MIN = 3
export const NAME_LENGTH_MAX = 50
export const DESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 100 // with removed HTML tags
export const DESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 50 // with removed HTML tags
export const SHOW_GROUP_BUTTON_IN_HEADER = true

View File

@ -269,7 +269,7 @@
},
"filterFollow": "Beiträge von Benutzern filtern, denen ich folge",
"filterMasonryGrid": {
"myFriends": "Beiträge von meinen Freunden",
"myFriends": "Benutzer denen ich folge",
"myTopics": "Meine Themen",
"noFilter": "Beiträge filtern"
},
@ -378,7 +378,7 @@
"deleteFilter": "Filter löschen",
"emotions": "Emotionen",
"filter-by": "Filtern nach ...",
"following": "Benutzern, denen ich folge",
"following": "Benutzer denen ich folge",
"languages": "Sprachen",
"order": {
"newest": {

View File

@ -269,7 +269,7 @@
},
"filterFollow": "Filter contributions from users I follow",
"filterMasonryGrid": {
"myFriends": "Posts from my friends",
"myFriends": "Users I follow",
"myTopics": "My topics",
"noFilter": "Filter posts"
},