Removed localization from logs (Because it doesn't work)
This commit is contained in:
parent
72579e769f
commit
6cff08f073
32 changed files with 48 additions and 477 deletions
|
|
@ -109,7 +109,7 @@ class Git extends Plugin
|
|||
protected function runTagAction($options)
|
||||
{
|
||||
$tagName = date('Ymd-His');
|
||||
$message = Lang::get('tag_created', date('Y-m-d H:i:s'));
|
||||
$message = sprintf('Tag created by PHP Censor: %s', date('Y-m-d H:i:s'));
|
||||
|
||||
if (array_key_exists('name', $options)) {
|
||||
$tagName = $this->builder->interpolate($options['name']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue