diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
index adb8716..75cb759 100755
--- a/.github/workflows/greetings.yml
+++ b/.github/workflows/greetings.yml
@@ -9,5 +9,5 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- issue-message: 'Thank you for createing this issue. We will check it as soon as possible.'
+ issue-message: 'Thank you for creating this issue. We will check it as soon as possible.'
pr-message: 'Thank you for your pull request. We will check it as soon as possible.'
diff --git a/Admin/Settings/Theme/Backend/settings.tpl.php b/Admin/Settings/Theme/Backend/settings.tpl.php
index 20aa0dd..166ced2 100755
--- a/Admin/Settings/Theme/Backend/settings.tpl.php
+++ b/Admin/Settings/Theme/Backend/settings.tpl.php
@@ -24,7 +24,7 @@ echo $this->data['nav']->render(); ?>
-
+
= $this->getHtml('Apps'); ?>download
@@ -67,6 +67,6 @@ echo $this->data['nav']->render(); ?>
-
+
diff --git a/Controller/ApiController.php b/Controller/ApiController.php
index da78f01..ab25da8 100755
--- a/Controller/ApiController.php
+++ b/Controller/ApiController.php
@@ -184,9 +184,11 @@ final class ApiController extends Controller
$question->status = QAQuestionStatus::tryFromValue($request->getDataInt('status')) ?? QAQuestionStatus::ACTIVE;
$question->createdBy = new Profile(new NullAccount($request->header->account));
+ /*
if ($request->hasData('tags')) {
$question->tags = $this->app->moduleManager->get('Tag', 'Api')->createTagsFromRequest($request);
}
+ */
// @todo implement subfolders
if (!empty($request->files)) {
diff --git a/Theme/Backend/qa-app-list.tpl.php b/Theme/Backend/qa-app-list.tpl.php
index 7fdfe05..2d684ac 100644
--- a/Theme/Backend/qa-app-list.tpl.php
+++ b/Theme/Backend/qa-app-list.tpl.php
@@ -21,7 +21,7 @@ echo $this->data['nav']->render();
?>
-
+
= $this->getHtml('Apps'); ?>
download
@@ -46,6 +46,6 @@ echo $this->data['nav']->render();
-
+
\ No newline at end of file