From 9c92cffde378d729eef620a6ff02fc98182b3cb0 Mon Sep 17 00:00:00 2001 From: Peter Papp Date: Sat, 6 Feb 2021 13:57:34 +0100 Subject: [PATCH] Zip and Download title change --- resources/js/i18n/lang/cn.json | 2 +- resources/js/i18n/lang/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/js/i18n/lang/cn.json b/resources/js/i18n/lang/cn.json index cb9ba735..9f4b2ab9 100644 --- a/resources/js/i18n/lang/cn.json +++ b/resources/js/i18n/lang/cn.json @@ -284,7 +284,7 @@ "upload": "上传", "select": "Select", "no_options": "No Options Available", - "zip_folder": "Zip Folder" + "zip_folder": "Zip and Download" }, "mobile_selecting": { "select_all": "Select All", diff --git a/resources/js/i18n/lang/en.json b/resources/js/i18n/lang/en.json index f58c1d91..04e0ea08 100644 --- a/resources/js/i18n/lang/en.json +++ b/resources/js/i18n/lang/en.json @@ -286,7 +286,7 @@ "upload": "Upload", "select": "Select", "no_options": "No Options Available", - "zip_folder": "Zip Folder" + "zip_folder": "Zip and Download" }, "mobile_selecting": { "select_all": "Select All",