Skip to content

Commit

Permalink
FIX: Code Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 4, 2023
1 parent 76c2c6c commit 4542893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Controller/URLCleanerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class URLCleanerController extends \Kanboard\Controller\PluginController
public function show()
{
$this->response->html($this->helper->layout->config('uRLCleaner:config/url-cleaner', array(
'title' => t('Settings') .' ⥂ '.t('URL Cleaner'),
'title' => t('Settings') . ' ⥂ ' . t('URL Cleaner'),
)));
}

Expand Down
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function initialize()

public function onStartup()
{
Translator::load($this->languageModel->getCurrentLanguage(), __DIR__.'/Locale');
Translator::load($this->languageModel->getCurrentLanguage(), __DIR__ . '/Locale');
}

public function getPluginName()
Expand Down

0 comments on commit 4542893

Please sign in to comment.