Skip to content

Commit 76537e2

Browse files
committed
Fix translation.
1 parent 8b002bb commit 76537e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

emhttp/plugins/dynamix/BootParameters.page

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,8 +2000,8 @@ function loadCurrentConfig() {
20002000
const configLabel = document.getElementById('current-config-label');
20012001
if (configLabel) {
20022002
configLabel.textContent = (bootloaderType === 'grub')
2003-
? 'Current GRUB Configuration:'
2004-
: 'Current Syslinux Configuration:';
2003+
? _('Current GRUB Configuration:')
2004+
: _('Current Syslinux Configuration:');
20052005
}
20062006

20072007
// Display current configuration (full syslinux.cfg file)

0 commit comments

Comments
 (0)