From ed7c5efb7c146a1cd9433a14a72e57184c8bbedc Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Mon, 29 Jan 2018 18:09:20 +0000 Subject: [PATCH] Fixed Estonian string. --- WEB-INF/resources/et.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index aba80247..8515726a 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -143,8 +143,8 @@ $i18n_key_words = array( // Labels for controls on forms. Labels in this section are used on multiple forms. // TODO: translate the following. // 'label.team_name' => 'Team name', -// 'label.address' => 'Valuuta', -'label.currency' => 'Currency', +// 'label.address' => 'Address', +'label.currency' => 'Valuuta', // TODO: translate the following. // 'label.manager_name' => 'Manager name', // 'label.manager_login' => 'Manager login', -- 2.39.5