diff options
Diffstat (limited to 'help')
-rw-r--r-- | help/templates/index.php | 5 |
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&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;?> |