summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-03 05:09:42 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-03 05:09:42 +0200
commitd8c86a2ad60db241bad4d7e43c54ef5157d8fdb8 (patch)
tree559f719655eda8f7905ddea9bd40053eff17d538 /help
parent9b4d19a13ff45d4da0b9573f8b775ab9943a39be (diff)
downloadnextcloud-server-d8c86a2ad60db241bad4d7e43c54ef5157d8fdb8.tar.gz
nextcloud-server-d8c86a2ad60db241bad4d7e43c54ef5157d8fdb8.zip
cleaned up settings a bit
Diffstat (limited to 'help')
-rw-r--r--help/templates/index.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/help/templates/index.php b/help/templates/index.php
index f239de217d0..82ab224d49e 100644
--- a/help/templates/index.php
+++ b/help/templates/index.php
@@ -1,6 +1,3 @@
-
-<h1><?php echo $l->t( 'Questions and Answers' ); ?></h1>
-
<?php if(is_null($_["kbe"])):?>
Can't connect to Q&amp;A database
<?php else:?>
@@ -21,7 +18,7 @@
$pageNavi=OC_Util::getPageNavi($_['pagecount'],$_['page'],$url);
$pageNavi->printPage();
?>
- <a target="_blank" class="prettybutton" href="http://apps.owncloud.com/knowledgebase/editquestion.php?action=new"><?php echo $l->t( 'ASK A QUESTION' ); ?></a>
+ <a target="_blank" class="prettybutton" href="http://apps.owncloud.com/knowledgebase/editquestion.php?action=new"><?php echo $l->t( 'Ask a question' ); ?></a>
<?php endif;?>