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 e27dea0 commit 7435760Copy full SHA for 7435760
1 file changed
archinstall/lib/models/locale.py
@@ -30,7 +30,7 @@ def json(self) -> dict[str, str]:
30
def preview(self) -> str:
31
output = '{}: {}\n'.format(tr('Keyboard layout'), self.kb_layout)
32
output += '{}: {}\n'.format(tr('Locale language'), self.sys_lang)
33
- output += '{}: {}'.format(tr('Locale encoding'), self.sys_enc)
+ output += '{}: {}\n'.format(tr('Locale encoding'), self.sys_enc)
34
output += '{}: {}'.format(tr('Console font'), self.console_font)
35
return output
36
0 commit comments