Compose: Button "Posten" -> "Eintrag erstellen"

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-16 14:23:09 +02:00
parent def6a13782
commit bbd4bc27ba
+1 -1
View File
@@ -48,7 +48,7 @@
<textarea name="content" rows="4" maxlength="1000" placeholder="Was gibt's Neues?"></textarea> <textarea name="content" rows="4" maxlength="1000" placeholder="Was gibt's Neues?"></textarea>
<p class="muted" id="paste-msg"></p> <p class="muted" id="paste-msg"></p>
<input name="file" type="file" accept="image/*"> <input name="file" type="file" accept="image/*">
<button type="submit">Posten</button> <button type="submit">Eintrag erstellen</button>
</form> </form>
<p class="msg" id="entry-msg"></p> <p class="msg" id="entry-msg"></p>
</section> </section>