We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905cf7b commit 46930e2Copy full SHA for 46930e2
plugins-base/XSFeatureInterface.py
@@ -47,7 +47,7 @@ def __init__(self):
47
48
if len(choiceDefs) == 0:
49
XSLog('Configure Management Interface found no PIFs to present')
50
- choiceDefs.append(ChoiceDef(Lang("<Couldn't retrieve data about interfaces present>"), None))
+ choiceDefs.append(ChoiceDef(Lang("<Couldn't retrieve data about existing interfaces>"), None))
51
else:
52
choiceDefs.append(ChoiceDef(Lang("Disable Management Interface"), lambda: self.HandleNICChoice(None)))
53
0 commit comments