This commit is contained in:
itdoginfo
2024-10-13 13:54:26 +03:00
parent 281aeb7540
commit 9294b8a16f
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-podkop
PKG_VERSION:=0.1.4
PKG_VERSION:=0.1.5
PKG_RELEASE:=1
LUCI_TITLE:=LuCI podkop app

View File

@@ -46,7 +46,7 @@ return view.extend({
o.default = '0';
o.rmempty = false;
o = s.option(form.ListValue, 'domain_list', _('Domain list'), _('A select list'));
o = s.option(form.ListValue, 'domain_list', _('Domain list'), _('Select a list'));
o.placeholder = 'placeholder';
o.value('ru_inside', 'Russia inside');
o.value('ru_outside', 'Russia outside');