Skip to content

Commit f1b7a16

Browse files
authored
Dyn-9003 - Update AutocompleteLowConfidenceMessage (#16298)
1 parent 93f5ade commit f1b7a16

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/DynamoCore/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/DynamoCore/Properties/Resources.en-US.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ This package likely contains an assembly that is blocked. You will need to load
885885
<value>There are no recommendations yet. You can try switching to node type match autocomplete.</value>
886886
</data>
887887
<data name="AutocompleteLowConfidenceMessage" xml:space="preserve">
888-
<value>All recommendations are below the specified confidence level. You can try them or adjust the confidence settings in Preferences.</value>
888+
<value>No confident suggestions available. The model is continuously improving - check back soon.</value>
889889
</data>
890890
<data name="AutocompleteLowConfidenceTooltip" xml:space="preserve">
891891
<value>Show Recommendations that are below the confidence level.</value>

src/DynamoCore/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ This package likely contains an assembly that is blocked. You will need to load
888888
<value>There are no recommendations yet. You can try switching to node type match autocomplete.</value>
889889
</data>
890890
<data name="AutocompleteLowConfidenceMessage" xml:space="preserve">
891-
<value>All recommendations are below the specified confidence level. You can try them or adjust the confidence settings in Preferences.</value>
891+
<value>No confident suggestions available. The model is continuously improving - check back soon.</value>
892892
</data>
893893
<data name="AutocompleteLowConfidenceTooltip" xml:space="preserve">
894894
<value>Show Recommendations that are below the confidence level.</value>

0 commit comments

Comments
 (0)