more translations

This commit is contained in:
Godfrey M 2023-03-07 15:57:58 -08:00
parent 35dd0d8def
commit 69944853f9
2 changed files with 2 additions and 2 deletions

View file

@ -104,7 +104,7 @@ class SlackSettingsForm extends Component
try { try {
$webhook->post($this->webhook_endpoint, ['body' => $payload]); $webhook->post($this->webhook_endpoint, ['body' => $payload]);
$this->isDisabled=''; $this->isDisabled='';
return session()->flash('success' , 'Your'.$this->webhook_name.' Integration works!'); return session()->flash('success' , 'Your '.$this->webhook_name.' Integration works!');
} catch (\Exception $e) { } catch (\Exception $e) {
$this->isDisabled= 'disabled'; $this->isDisabled= 'disabled';

View file

@ -206,7 +206,7 @@ return [
'webhook_channel' => ':app Channel', 'webhook_channel' => ':app Channel',
'webhook_endpoint' => ':app Endpoint', 'webhook_endpoint' => ':app Endpoint',
'webhook_integration' => ':app Settings', 'webhook_integration' => ':app Settings',
'webhook_test' =>':app test integration', 'webhook_test' =>'Test :app integration',
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ', 'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.', 'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.', 'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',