Skip to content

Commit 09071a4

Browse files
committed
Update daemon_off_config_updated message core.json is now config.yml
This error message isn't updated for wings 1.0 .
1 parent 1c00c3b commit 09071a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/en/exceptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'daemon_connection_failed' => 'There was an exception while attempting to communicate with the daemon resulting in a HTTP/:code response code. This exception has been logged.',
55
'node' => [
66
'servers_attached' => 'A node must have no servers linked to it in order to be deleted.',
7-
'daemon_off_config_updated' => 'The daemon configuration <strong>has been updated</strong>, however there was an error encountered while attempting to automatically update the configuration file on the Daemon. You will need to manually update the configuration file (core.json) for the daemon to apply these changes.',
7+
'daemon_off_config_updated' => 'The daemon configuration <strong>has been updated</strong>, however there was an error encountered while attempting to automatically update the configuration file on the Daemon. You will need to manually update the configuration file (config.yml) for the daemon to apply these changes.',
88
],
99
'allocations' => [
1010
'server_using' => 'A server is currently assigned to this allocation. An allocation can only be deleted if no server is currently assigned.',

0 commit comments

Comments
 (0)