Skip to content

Commit 676b645

Browse files
Remove <strong> tags in admin area notifications (#5520)
1 parent 232ccce commit 676b645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/lang/en/admin/node.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'allocations_added' => 'Allocations have successfully been added to this node.',
1010
'node_deleted' => 'Node has been successfully removed from the panel.',
1111
'location_required' => 'You must have at least one location configured before you can add a node to this panel.',
12-
'node_created' => 'Successfully created new node. You can automatically configure the daemon on this machine by visiting the \'Configuration\' tab. <strong>Before you can add any servers you must first allocate at least one IP address and port.</strong>',
12+
'node_created' => 'Successfully created new node. You can automatically configure the daemon on this machine by visiting the \'Configuration\' tab. Before you can add any servers you must first allocate at least one IP address and port.',
1313
'node_updated' => 'Node information has been updated. If any daemon settings were changed you will need to reboot it for those changes to take effect.',
1414
'unallocated_deleted' => 'Deleted all un-allocated ports for <code>:ip</code>.',
1515
],

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 (config.yml) for the daemon to apply these changes.',
7+
'daemon_off_config_updated' => 'The daemon configuration has been updated, 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)