summaryrefslogtreecommitdiff
path: root/templates/admin_question_unanswered.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_question_unanswered.html')
-rw-r--r--templates/admin_question_unanswered.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_question_unanswered.html b/templates/admin_question_unanswered.html
index fc3db78a..f25c76e6 100644
--- a/templates/admin_question_unanswered.html
+++ b/templates/admin_question_unanswered.html
@@ -5,10 +5,10 @@
<form action="%link%&action=answer" method="post">
<textarea name="answer"></textarea>
<input type="hidden" name="id" value="%question_id%" />
- <input type="submit" name="submit" value="Send" />
+ <input type="submit" name="submit" value="Speichern" />
</form>
</td>
<td>
- <a href="%link%&action=delete&id=%question_id%">Delete</a>
+ <a href="%link%&action=delete&id=%question_id%">Löschen</a>
</td>
</tr>