From 16f0f575b6e95b5a63bd4db9beb5751137a585cf Mon Sep 17 00:00:00 2001 From: Kris West Date: Wed, 5 Apr 2023 14:28:22 +0100 Subject: [PATCH] Update src/api/IntentMetadata.ts Co-authored-by: Matt Jamieson <10372+mattjamieson@users.noreply.github.com> --- src/api/IntentMetadata.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/IntentMetadata.ts b/src/api/IntentMetadata.ts index a5d733c65..e5ca94474 100644 --- a/src/api/IntentMetadata.ts +++ b/src/api/IntentMetadata.ts @@ -10,9 +10,9 @@ export interface IntentMetadata { /** The unique name of the intent that can be invoked by the raiseIntent call */ readonly name: string; - /** Display name for the intent. Deprecated in favour of using the intent name for display as - * display name may vary for each application as it is defined in the app's AppD record. - * @deprecated + /** Display name for the intent. + * @deprecated Use the intent name for display as display name may vary for + * each application as it is defined in the app's AppD record. */ readonly displayName: string; }