From 987399b337bcb163dff8ffbc041e7bcf7e4c86e2 Mon Sep 17 00:00:00 2001 From: objecttothis Date: Mon, 20 May 2019 12:56:56 +0000 Subject: [PATCH] Translated using Weblate (Tagalog) Currently translated at 100.0% (20 of 20 strings) Translation: ospos/datepicker Translate-URL: http://weblate.jpeelaer.net/projects/ospos/datepicker/tl/ --- application/language/tl/datepicker_lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/language/tl/datepicker_lang.php b/application/language/tl/datepicker_lang.php index de04b2f16..854a7fcab 100644 --- a/application/language/tl/datepicker_lang.php +++ b/application/language/tl/datepicker_lang.php @@ -4,8 +4,8 @@ $lang["datepicker_apply"] = "Apply"; $lang["datepicker_cancel"] = "Cancel"; $lang["datepicker_custom"] = "Custom"; $lang["datepicker_from"] = "From"; -$lang["datepicker_last_30"] = "Last 30 Days"; -$lang["datepicker_last_7"] = "Last 7 Days"; +$lang["datepicker_last_30"] = "Last 7 Days"; +$lang["datepicker_last_7"] = "Last 30 Days"; $lang["datepicker_last_financial_year"] = "Last Fiscal Year"; $lang["datepicker_last_month"] = "Last Month"; $lang["datepicker_last_year"] = "Last Year";