Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaselv committed Dec 12, 2024
1 parent 9ee7506 commit 712f0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/strings/PowerFxResources.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1918,8 +1918,8 @@
<comment>Error Message.</comment>
</data>
<data name="ErrknownTypeHelperFunction" xml:space="preserve">
<value>'{0}' is recognized as type helper function and it can only be used within a type literal.</value>
<comment>Error message shown when a type helper is used outside of type literal expression. Example of valid usage: "Type(RecordOf(Accounts))"</comment>
<value>'{0}' is recognized as type helper function and it can only be used within the Type function.</value>
<comment>{Locked=Type} Error message shown when a type helper is used outside of Type function. Example of valid usage: "Type(RecordOf(Accounts))"</comment>
</data>
<data name="ErrUnknownNamespaceFunction" xml:space="preserve">
<value>'{0}' is an unknown or unsupported function in namespace '{1}'.</value>
Expand Down

0 comments on commit 712f0a0

Please sign in to comment.