+++ This bug was initially created as a clone of Bug #1220401 +++ Description of problem: Minor typos are found while translating Version-Release number of selected component (if applicable): 3.6 How reproducible: 100% Steps to Reproduce: 1.Go to Zanata ovirt translation project 2.Look for the following strings: Actual results: Cannot ${action} ${type}. Network cluster ${NetworkCluster} appears more then once. Expected results: Cannot ${action} ${type}. Network cluster ${NetworkCluster} appears more than once.
Patch merged upstream. Leaving the decision about backporting to the network stakeholders.
- Please provide clear steps to how reproduce and verify this bug, thanks. - How to reproduce this error? - Where should i look for this string.
This issue was originally reported by Yuko Katabami who encountered this wrong string during her translation efforts, as described in bug 1220401. I did not attempt to reproduce the issue myself, just fixed the grammar issue in the string. Barak, can someone from the RHEV network team please provide steps to reproduce? Thanks!
There is no way to reproduce it. The error is a validation error of ManageNetworkClustersCommand's cando action (in case the same entity was passed twice in the parameters). But since the command is invoked only via the ui (and not via rest api) there is no way to get this message- the ui sends valid parameters.
per comment #4 I added the CodeChange keyword