rename admin to settings.

This commit is contained in:
James Cole
2025-01-18 17:26:31 +01:00
parent 649736cb31
commit 4b2807de48
19 changed files with 80 additions and 80 deletions

View File

@@ -81,7 +81,7 @@ class UpdateController extends Controller
'alpha' => (string) trans('firefly.update_channel_alpha'),
];
return view('admin.update.index', compact('subTitle', 'subTitleIcon', 'selected', 'options', 'channelSelected', 'channelOptions'));
return view('settings.update.index', compact('subTitle', 'subTitleIcon', 'selected', 'options', 'channelSelected', 'channelOptions'));
}
/**