diff --git a/app/Models/Server.php b/app/Models/Server.php index 9948c7a10..93f6d9641 100644 --- a/app/Models/Server.php +++ b/app/Models/Server.php @@ -199,7 +199,7 @@ class Server extends Model } /** - * Returns non-administrative headers for accessing a server on Scales + * Returns non-administrative headers for accessing a server on the daemon * * @param string $uuid * @return array diff --git a/app/Repositories/Daemon/FileRepository.php b/app/Repositories/Daemon/FileRepository.php index 1d6bf7aac..c77baba11 100644 --- a/app/Repositories/Daemon/FileRepository.php +++ b/app/Repositories/Daemon/FileRepository.php @@ -132,7 +132,7 @@ class FileRepository } /** - * Save the contents of a requested file on the Scales instance. + * Save the contents of a requested file on the daemon. * * @param string $file * @param string $content @@ -166,7 +166,7 @@ class FileRepository } /** - * Returns a listing of all files and folders within a specified Scales directory. + * Returns a listing of all files and folders within a specified directory on the daemon. * * @param string $directory * @return object diff --git a/resources/views/admin/servers/new.blade.php b/resources/views/admin/servers/new.blade.php index 8db93ffcd..bb0a46f0e 100644 --- a/resources/views/admin/servers/new.blade.php +++ b/resources/views/admin/servers/new.blade.php @@ -50,7 +50,7 @@