Fix branding typo in config file utility

Story: 2002836
Task: 22755

Change-Id: I6d222ebdd64c2701ae3ae82c0cd7f7a89c6d80a7
Signed-off-by: Jack Ding <jack.ding@windriver.com>
This commit is contained in:
Tyler Smith 2018-06-04 16:17:59 -05:00 committed by Jack Ding
parent 3bfe8177e2
commit b51f5a4b05
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@ class SYSTEMPage(ConfigPage):
def set_fields(self):
self.fields['use_mode'] = Field(
text="Configure as an all-in-one system",
text="Configure as an All-in-one system",
type=TYPES.checkbox,
transient=True,
shows=["SYSTEM_MODE"]