From ca330be8f7242cb552466d23bc6a926b71922ba6 Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Sat, 11 Jul 2015 07:43:52 -0400 Subject: [PATCH] set some values in vm-ostemplates to read-only. values will be set during onAfterUpdate --- interface/web/vm/lib/lang/pl_openvz_vm.lng | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/vm/lib/lang/pl_openvz_vm.lng b/interface/web/vm/lib/lang/pl_openvz_vm.lng index 06a10d2..3f4e1c1 100644 --- a/interface/web/vm/lib/lang/pl_openvz_vm.lng +++ b/interface/web/vm/lib/lang/pl_openvz_vm.lng @@ -38,5 +38,5 @@ $wb['Virtual server'] = 'Virtual server'; $wb['Advanced'] = 'Advanced'; $wb['features_txt'] = 'Features'; -$wb["iptables_txt"] = "iptables"; +$wb["iptables_txt"] = "IP Tables"; ?> -- Gitblit v1.9.1