From 8f5b513ed53ab241fc496e5728c61705e7503348 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Mon, 22 Jun 2015 04:54:15 -0400
Subject: [PATCH] option to set the company name in the page title

---
 interface/web/admin/lib/lang/fi_system_config.lng |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/web/admin/lib/lang/fi_system_config.lng b/interface/web/admin/lib/lang/fi_system_config.lng
index 6e1239e..3eff3ac 100755
--- a/interface/web/admin/lib/lang/fi_system_config.lng
+++ b/interface/web/admin/lib/lang/fi_system_config.lng
@@ -71,4 +71,5 @@
 $wb['No'] = 'No';
 $wb['min_password_length_txt'] = 'Minimum password length';
 $wb['min_password_strength_txt'] = 'Minimum password strength';
+$wb["company_name_txt"] = "Company Name for the page title";
 ?>

--
Gitblit v1.9.1