Skip to content

fix(credentials): tag activity displayName resx entries with "activity name" [STUD-80091]#554

Open
LiviuPonova wants to merge 1 commit into
developfrom
fix/loc/activity-name-resx-comments
Open

fix(credentials): tag activity displayName resx entries with "activity name" [STUD-80091]#554
LiviuPonova wants to merge 1 commit into
developfrom
fix/loc/activity-name-resx-comments

Conversation

@LiviuPonova
Copy link
Copy Markdown
Contributor

@LiviuPonova LiviuPonova commented May 19, 2026

Summary

  • The four activity-level displayName entries in UiPath.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.
  • 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.

JIRA: STUD-80091

Test plan

  • Localization pipeline correctly classifies the four updated entries as activity display names.
  • No functional regression — only resx <comment> text changed; values and keys unchanged.

🤖 Generated with Claude Code

…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]>
@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants