Skip to content

Commit 4b89d28

Browse files
committed
i18n lirc fix
1 parent 14c0d15 commit 4b89d28

File tree

1 file changed

+1
-1
lines changed
  • yavdrweb-ng/static/javascripts/component/settings

1 file changed

+1
-1
lines changed

yavdrweb-ng/static/javascripts/component/settings/hw_remote.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ YaVDR.Component.Settings.HwRemote = Ext.extend(YaVDR.Component, {
22
data: {},
33
itemId: 'settings-hw-remote',
44
title: _('Settings'),
5-
description: _('Here you can configure your remote hardware.'),
5+
description: _('Here you can configure your remote hardware. The default and most common choice is EventLircd.'),
66
initComponent: function() {
77

88
this.lircForm = new YaVDR.Component.Settings.HwRemote.LIRC({

0 commit comments

Comments
 (0)