Added error message when the file type is incorrect
This commit is contained in:
parent
9d23ad1150
commit
4b1b095f08
1 changed files with 4 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settings_filters_search_prompt": {
|
"settings_filters_search_prompt": {
|
||||||
"message": "Search URL or add source..."
|
"message": "Search URL or source"
|
||||||
},
|
},
|
||||||
"settings_filters_update_stop": {
|
"settings_filters_update_stop": {
|
||||||
"message": "No filters were updated as none were available."
|
"message": "No filters were updated as none were available."
|
||||||
|
@ -181,5 +181,8 @@
|
||||||
"description": "The file path"
|
"description": "The file path"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"error_msg_notJSON": {
|
||||||
|
"message": "The file has been downloaded, but it is not the correct file type."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue