feat(post form): alert user when submitting a post without media

This commit is contained in:
Tom (plebeius.eth)
2024-09-20 17:57:25 +02:00
parent b3adb6c9a0
commit 3c27fd6c31
36 changed files with 84 additions and 37 deletions
+2 -1
View File
@@ -232,5 +232,6 @@
"enable": "Włącz",
"order": "Kolejność",
"text": "Tekst",
"filtered_threads": "Filtrowane wątki"
"filtered_threads": "Filtrowane wątki",
"missing_link_confirm": "Twój post nie zawiera linku z obrazem, domyślnie zostanie przefiltrowany na Plebchan. Możesz wyłączyć ten filtr w ustawieniach lub zobaczyć swój post w innym kliencie Plebbit, takim jak Seedit. Chcesz opublikować mimo to?"
}