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

@@ -71,7 +71,7 @@ class NotificationController extends Controller
$forcedAvailability['pushover'] = '' !== $pushoverAppToken && '' !== $pushoverUserToken;
return view(
'admin.notifications.index',
'settings.notifications.index',
compact(
'title',
'subTitle',