1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2026-06-15 01:13:53 +00:00

rename duplicate ids

This commit is contained in:
2025-03-26 14:17:30 +01:00
parent 6db523d5d6
commit 4d29719bb9
+2 -2
View File
@@ -10,14 +10,14 @@ template $FlashcardsCreateCardDialog : Adw.AlertDialog {
]
response => $on_response();
Adw.EntryRow entry {
Adw.EntryRow titleEntry {
title: _("Title");
styles [
"card",
]
}
Adw.EntryRow entry {
Adw.EntryRow answerEntry {
title: _("Answer");
styles [
"card",