SRVKP-10953: added missing translation to fix CI job#972
Conversation
|
@anwesha-palit-redhat: This pull request references SRVKP-10953 which is a valid jira issue. DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/retest |
1 similar comment
|
/retest |
|
@anwesha-palit-redhat: This pull request references SRVKP-10953 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anwesha-palit-redhat, arvindk-softwaredev The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
3cc46dd
into
openshift-pipelines:main_ocp_4.22
PR Description
The
ci/prow/frontendjob was failing due to a missing translation key in the frontend.The translations have now been regenerated using
yarn i18n, which adds the missing entries and updates the locale files accordingly.With the translation files corrected, the CI job should pass successfully.