fdas
This commit is contained in:
@@ -139,6 +139,9 @@
|
||||
"no_file_selected": "Keine Datei ausgewählt",
|
||||
"upload_btn": "Hochladen",
|
||||
"remove_custom": "Eigenen entfernen",
|
||||
"current_banner": "Aktuelles Banner",
|
||||
"banner_hint": "Max. 5 MB. Erlaubt: gif, jpg, png, webp",
|
||||
"no_banner_set": "Kein Banner gesetzt",
|
||||
"custom_description": "Eigene Beschreibung",
|
||||
"description_placeholder": "Beschreibung zum Profil hinzufügen",
|
||||
"save_description": "Beschreibung speichern",
|
||||
|
||||
@@ -139,6 +139,9 @@
|
||||
"no_file_selected": "No file selected",
|
||||
"upload_btn": "Upload",
|
||||
"remove_custom": "Remove Custom",
|
||||
"current_banner": "Current Banner",
|
||||
"banner_hint": "Max 5MB. Allowed: gif, jpg, png, webp",
|
||||
"no_banner_set": "No banner set",
|
||||
"custom_description": "Custom Description",
|
||||
"description_placeholder": "Add a description to your profile",
|
||||
"save_description": "Save Description",
|
||||
|
||||
@@ -139,6 +139,9 @@
|
||||
"no_file_selected": "Geen bestand geselecteerd",
|
||||
"upload_btn": "Uploaden",
|
||||
"remove_custom": "Aangepaste Verwijderen",
|
||||
"current_banner": "Huidige Banner",
|
||||
"banner_hint": "Max 5MB. Toegestaan: gif, jpg, png, webp",
|
||||
"no_banner_set": "Geen banner ingesteld",
|
||||
"custom_description": "Aangepaste Beschrijving",
|
||||
"description_placeholder": "Voeg een beschrijving toe aan je profiel",
|
||||
"save_description": "Beschrijving Opslaan",
|
||||
|
||||
@@ -139,6 +139,9 @@
|
||||
"no_file_selected": "Keine Datei ausgewählt",
|
||||
"upload_btn": "Aufladieren",
|
||||
"remove_custom": "Benutzerdefiniertes entfernen",
|
||||
"current_banner": "Aktuelles Banner",
|
||||
"banner_hint": "Max 5MB. Erlaubt: gif, jpg, png, webp",
|
||||
"no_banner_set": "Kein Banner gesetzt",
|
||||
"custom_description": "Benutzerdefinierte Beschreibung",
|
||||
"description_placeholder": "Fügen Sie Ihrem Profil eine Beschreibung hinzu",
|
||||
"save_description": "Beschreibung speichern",
|
||||
|
||||
@@ -438,7 +438,7 @@ export default router => {
|
||||
return res.json({ success: false, msg: 'Invalid description format' }, 400);
|
||||
}
|
||||
|
||||
const cleanDescription = description ? description.trim().substring(0, 255) : null;
|
||||
const cleanDescription = description ? description.trim().substring(0, 2000) : null;
|
||||
|
||||
try {
|
||||
await db`
|
||||
|
||||
Reference in New Issue
Block a user