diff --git a/luci-app-oaf/luasrc/model/cbi/appfilter/feature.lua b/luci-app-oaf/luasrc/model/cbi/appfilter/feature.lua
index b8e94ee..3f8758e 100755
--- a/luci-app-oaf/luasrc/model/cbi/appfilter/feature.lua
+++ b/luci-app-oaf/luasrc/model/cbi/appfilter/feature.lua
@@ -27,11 +27,11 @@ if format == "" then
format="v2.0"
end
-local display_str = ""..translate("Current Version:")..": " .. version ..
- "
"..translate("Feature format:")..": " ..format ..
- "
"..translate("App Feature Num:")..": " ..rule_count ..
- "
"..translate("Feature download:")..":www.openappfilter.com"
-s = m:section(TypedSection, "feature", translate("App Feature"), display_str)
+local display_str = translate("Current Version:") .. "" .. version .. "" ..
+ "
"..translate("Feature format:").."" ..format .. "" ..
+ "
"..translate("App Feature Num:").."" ..rule_count .. "" ..
+ "
"..translate("Feature download:").."www.openappfilter.com"
+s = m:section(TypedSection, "feature", translate("Update feature"), display_str)
fu = s:option(FileUpload, "")
fu.template = "cbi/oaf_upload"