aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2019-02-02 09:00:21 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2019-02-02 09:00:21 +0100
commit7f141a597f4367c03edc141578a67f3706cb0f9b (patch)
tree8c9b8d8380198b4aa936ff144b2f636342e081dd
parent3588d1b005394a4d13dd2bcdc365d9e3070dbb82 (diff)
Fix db/mobile.php
-rw-r--r--db/mobile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/mobile.php b/db/mobile.php
index 35ba397..6fc65a7 100644
--- a/db/mobile.php
+++ b/db/mobile.php
@@ -31,7 +31,7 @@ $addons = array(
"handlers" => array( // Different places where the add-on will display content.
'algebra' => array( // Handler unique name (can be anything).
'displaydata' => array(
- 'title' => 'Regular Expression Short Answer',
+ 'title' => 'Algebra',
'icon' => '/question/type/algebra/pix/icon.gif',
'class' => '', // What does this do?
),