mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 01:12:14 +00:00
- App popup for creating folder in mobile version
- bug fixes
This commit is contained in:
@@ -518,10 +518,6 @@
|
||||
"title": "Oh No",
|
||||
"message": "File of this type ({mimetype}) is not allowed to upload."
|
||||
},
|
||||
"popup_create_folder": {
|
||||
"folder_default_name": "New Folder",
|
||||
"title": "Please enter your new folder name"
|
||||
},
|
||||
"popup_delete_card": {
|
||||
"message": "This event is irreversible and your payment card will be delete forever",
|
||||
"title": "Are you sure?"
|
||||
@@ -568,6 +564,12 @@
|
||||
"label": "Edit Name",
|
||||
"placeholder": "Type your title"
|
||||
},
|
||||
"popup_create_folder": {
|
||||
"folder_default_name": "New Folder",
|
||||
"title": "Create Folder",
|
||||
"label": "Type Name",
|
||||
"placeholder": "Type your name"
|
||||
},
|
||||
"popup_set_card": {
|
||||
"message": "Your card will be set as default and will be always charged for the next billings.",
|
||||
"title": "Set as default card?"
|
||||
|
||||
Reference in New Issue
Block a user