We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcbeed commit ff4ddabCopy full SHA for ff4ddab
1 file changed
packages/devtools_app/lib/src/screens/deep_link_validation/deep_link_list_view.dart
@@ -3,6 +3,7 @@
3
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
4
5
import 'package:devtools_app_shared/ui.dart';
6
+import 'package:devtools_app_shared/utils.dart';
7
import 'package:flutter/foundation.dart';
8
import 'package:flutter/material.dart';
9
@@ -439,7 +440,7 @@ class _NotificationCardSection extends StatelessWidget {
439
440
children: [
441
if (domainErrorCount > 0)
442
NotificationCard(
- title: '$domainErrorCount domain not verified',
443
+ title: '$domainErrorCount ${pluralize('domain', domainErrorCount)} not verified',
444
description:
445
'This affects all deep links. Fix issues to make users go directly to your app.',
446
actionButton: TextButton(
0 commit comments