Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.

import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';

Expand Down Expand Up @@ -439,7 +440,7 @@ class _NotificationCardSection extends StatelessWidget {
children: [
if (domainErrorCount > 0)
NotificationCard(
title: '$domainErrorCount domain not verified',
title: '$domainErrorCount ${pluralize('domain', domainErrorCount)} not verified',
description:
'This affects all deep links. Fix issues to make users go directly to your app.',
actionButton: TextButton(
Expand Down