fix(credentials): tag activity displayName resx entries with "activity name" [STUD-80091]#554
Open
LiviuPonova wants to merge 1 commit into
Open
fix(credentials): tag activity displayName resx entries with "activity name" [STUD-80091]#554LiviuPonova wants to merge 1 commit into
LiviuPonova wants to merge 1 commit into
Conversation
…y name" [STUD-80091] The four activity-level displayName entries in UiPath.Credentials.Activities.resx (Add/Delete/GetSecure/Request Credentials) carried <comment>Attribute Name</comment>, which the UiPath localization pipeline reads as a property-level tag. Translators and tooling that filter by comment would misclassify these strings. Change the comment to the canonical "activity name" tag so the entries are correctly identified as activity display names. No behavior or value changes; localized resx variants don't carry comments and were not touched. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
|
There was a problem hiding this comment.
Pull request overview
Retags four activity displayName resx entries from Attribute Name to activity name so the UiPath localization pipeline classifies them correctly as activity display names. No code or value changes.
Changes:
- Update
<comment>tag on 4 activity displayName entries in the Credentials activities resx.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.



Summary
displayNameentries inUiPath.Credentials.Activities.resx(AddCredential,DeleteCredential,GetSecureCredential,RequestCredential) carried<comment>Attribute Name</comment>, which the UiPath localization pipeline reads as a property-level tag. Translators and tooling that filter by comment would misclassify these strings.activity nametag so the entries are correctly identified as activity display names.JIRA: STUD-80091
Test plan
<comment>text changed; values and keys unchanged.🤖 Generated with Claude Code