summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorLeandra Eberle <lea@ccczh.ch>2016-11-24 00:17:01 +0100
committerLeandra Eberle <lea@ccczh.ch>2016-11-24 00:17:01 +0100
commit4116e0114e94f7c4ee5dba686c029b7e988bd7b3 (patch)
tree33e1c074ea11dfeea3dfdd3911688c5921e0f383 /includes
parentbe8c47a1755183ea2cdd46cf8d1b0aafe4031ae8 (diff)
Change ask an Arch Angel, to Ask the Heaven because the Arch Angel only role is deprecated
Diffstat (limited to 'includes')
-rw-r--r--includes/pages/user_questions.php2
-rw-r--r--includes/view/Questions_view.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/pages/user_questions.php b/includes/pages/user_questions.php
index 7acdee78..4abceb92 100644
--- a/includes/pages/user_questions.php
+++ b/includes/pages/user_questions.php
@@ -1,7 +1,7 @@
<?php
function questions_title() {
- return _("Ask an archangel");
+ return _("Ask the Heaven");
}
function user_questions() {
diff --git a/includes/view/Questions_view.php b/includes/view/Questions_view.php
index bdcb8a86..a44a29d1 100644
--- a/includes/view/Questions_view.php
+++ b/includes/view/Questions_view.php
@@ -26,7 +26,7 @@ function Questions_view($open_questions, $answered_questions, $ask_action) {
'Answer' => _("Answer"),
'actions' => ""
], $answered_questions),
- heading(_("Ask an archangel"), 2),
+ heading(_("Ask the Heaven"), 2),
form([
form_textarea('question', _("Your Question:"), ""),
form_submit('submit', _("Save"))