From 494c72d92bf1f3f4f7a3014de4de0f480189a66d Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 10 Nov 2021 17:58:04 -0800 Subject: [PATCH] Fixed typo Signed-off-by: snipe --- resources/views/settings/backups.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/settings/backups.blade.php b/resources/views/settings/backups.blade.php index 2113391b28..b2e7a3e255 100644 --- a/resources/views/settings/backups.blade.php +++ b/resources/views/settings/backups.blade.php @@ -184,7 +184,7 @@ /* * This just disables the upload button via JS unless they have actually selected a file. * - * Todo: - key off off of the javascript response for JS file upload info as well, so that if it fails that + * Todo: - key off the javascript response for JS file upload info as well, so that if it fails that * check (file size and type) we should also leave it disabled. */