Dyn-9003 - Update AutocompleteLowConfidenceMessage#16298
Merged
johnpierson merged 1 commit intoJun 20, 2025
Conversation
- revise AutocompleteLowConfidenceMessage to "No confident suggestions available. The model is continuously improving - check back soon."
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-9003
Contributor
There was a problem hiding this comment.
Pull Request Overview
Updates the user-facing message for low-confidence autocomplete suggestions to be more user-friendly and encouraging.
- Refines the text of
AutocompleteLowConfidenceMessagein both default and en-US resource files. - Streamlines messaging to remove references to preference adjustments.
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/DynamoCore/Properties/Resources.resx | Updated AutocompleteLowConfidenceMessage |
| src/DynamoCore/Properties/Resources.en-US.resx | Updated AutocompleteLowConfidenceMessage |
Files not reviewed (1)
- src/DynamoCore/Properties/Resources.Designer.cs: Language not supported
Comments suppressed due to low confidence (3)
src/DynamoCore/Properties/Resources.resx:891
- [nitpick] For grammatical consistency, consider adding “are” after “suggestions”: “No confident suggestions are available. The model is continuously improving — check back soon.” Using an em dash also enhances readability.
<value>No confident suggestions available. The model is continuously improving - check back soon.</value>
src/DynamoCore/Properties/Resources.en-US.resx:888
- [nitpick] Mirror the punctuation change here as well (use em dash) and include “are” for clarity: “No confident suggestions are available. The model is continuously improving — check back soon.”
<value>No confident suggestions available. The model is continuously improving - check back soon.</value>
src/DynamoCore/Properties/Resources.resx:891
- Ensure that other localized .resx files are updated with the same revised message to keep translations in sync.
<value>No confident suggestions available. The model is continuously improving - check back soon.</value>
Member
Author
|
Pretty little PR to just revise the resource, we have another ticket to add this to the new DNA flyout. |
BogdanZavu
approved these changes
Jun 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Updates the user-facing message for low-confidence autocomplete suggestions to be more user-friendly and encouraging.
Refines the text of AutocompleteLowConfidenceMessage in both default and en-US resource files.
Streamlines messaging to remove references to preference adjustments.
Declarations
Check these if you believe they are true
*.resxfilesRelease Notes
N/A
Reviewers
@DynamoDS/synapse
FYIs
@achintyabhat @emru-y