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
|
|
@ -57,7 +57,7 @@ class HipchatNotify extends Plugin
|
|||
if (isset($options['message'])) {
|
||||
$this->message = $options['message'];
|
||||
} else {
|
||||
$this->message = Lang::get('x_built_at_x');
|
||||
$this->message = '%PROJECT_TITLE% built at %BUILD_URI%';
|
||||
}
|
||||
|
||||
if (isset($options['color'])) {
|
||||
|
|
@ -72,7 +72,7 @@ class HipchatNotify extends Plugin
|
|||
$this->notify = false;
|
||||
}
|
||||
} else {
|
||||
throw new \Exception(Lang::get('hipchat_settings'));
|
||||
throw new \Exception('Please define room and authToken for hipchat_notify plugin.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue