We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b002bb commit 76537e2Copy full SHA for 76537e2
1 file changed
emhttp/plugins/dynamix/BootParameters.page
@@ -2000,8 +2000,8 @@ function loadCurrentConfig() {
2000
const configLabel = document.getElementById('current-config-label');
2001
if (configLabel) {
2002
configLabel.textContent = (bootloaderType === 'grub')
2003
- ? 'Current GRUB Configuration:'
2004
- : 'Current Syslinux Configuration:';
+ ? _('Current GRUB Configuration:')
+ : _('Current Syslinux Configuration:');
2005
}
2006
2007
// Display current configuration (full syslinux.cfg file)
0 commit comments