diff --git a/application/language/en-US/common_lang.php b/application/language/en-US/common_lang.php index c6e36926e..d88c26d58 100644 --- a/application/language/en-US/common_lang.php +++ b/application/language/en-US/common_lang.php @@ -42,7 +42,7 @@ $lang["common_logout"] = "Logout"; $lang["common_migration_needed"] = "A database migration to %1 will start after login."; $lang["common_new"] = "New"; $lang["common_no_persons_to_display"] = "There are no people to display."; -$lang["common_none_selected_text"] = "Nothing selected"; +$lang["common_none_selected_text"] = "[Select]"; $lang["common_or"] = "OR"; $lang["common_phone_number"] = "Phone Number"; $lang["common_phone_number_required"] = ""; diff --git a/application/migrations/20181014170000_upgrade_to_3_3_0.php b/application/migrations/20190111270000_upgrade_to_3_3_0.php similarity index 100% rename from application/migrations/20181014170000_upgrade_to_3_3_0.php rename to application/migrations/20190111270000_upgrade_to_3_3_0.php