Modal cleanup, begin transitioning towards the new dialog

This commit is contained in:
DaneEveritt 2022-06-20 11:17:33 -04:00
parent 3834aca3fe
commit 7dd74ecc9d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
10 changed files with 121 additions and 96 deletions

View file

@ -36,6 +36,7 @@ return [
],
],
'server' => [
'reinstall' => 'Reinstalled server',
'backup' => [
'download' => 'Downloaded the :name backup',
'delete' => 'Deleted the :name backup',
@ -88,7 +89,6 @@ return [
],
'settings' => [
'rename' => 'Renamed the server from :old to :new',
'reinstall' => 'Triggered a server reinstall',
],
'startup' => [
'edit' => 'Changed the :variable variable from ":old" to ":new"',