Skip to content

Commit 46930e2

Browse files
last-geniuspsafont
andauthored
Apply suggestions from code review
Co-authored-by: Pau Ruiz Safont <[email protected]>
1 parent 905cf7b commit 46930e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins-base/XSFeatureInterface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(self):
4747

4848
if len(choiceDefs) == 0:
4949
XSLog('Configure Management Interface found no PIFs to present')
50-
choiceDefs.append(ChoiceDef(Lang("<Couldn't retrieve data about interfaces present>"), None))
50+
choiceDefs.append(ChoiceDef(Lang("<Couldn't retrieve data about existing interfaces>"), None))
5151
else:
5252
choiceDefs.append(ChoiceDef(Lang("Disable Management Interface"), lambda: self.HandleNICChoice(None)))
5353

0 commit comments

Comments
 (0)