diff options
Diffstat (limited to 'player-android/lib/utils/error_mappers.dart')
| -rw-r--r-- | player-android/lib/utils/error_mappers.dart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/player-android/lib/utils/error_mappers.dart b/player-android/lib/utils/error_mappers.dart index 271a283..6e6f118 100644 --- a/player-android/lib/utils/error_mappers.dart +++ b/player-android/lib/utils/error_mappers.dart @@ -385,7 +385,7 @@ String adminPermissionErrorMessage(Object error) { /// [PlayerApiClient.getScanProgress] to a UI string. /// /// Adds a 403-specific message (admin-only) on top of the generic -/// connection-error fallback so [RescanScreen] surfaces actionable guidance. +/// connection-error fallback so [AdminRescanScreen] surfaces actionable guidance. /// Kept as a separate top-level function (Open-Closed, DRY). String adminRescanErrorMessage(Object error) { if (error is DioException) { |
