Improved label in Settings export, clarifying that it's a JSON file
Fixes: #15115 Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
parent
43acd6de9a
commit
dfd0150d7b
@ -42,6 +42,7 @@ phpMyAdmin - ChangeLog
|
||||
- issue #14957 Virtuality is not selected when editing generated column (added virtuality(stored) option for mariadb)
|
||||
- issue #14853 Insert page should not allow entering things into virtual columns
|
||||
- issue #15110 Fixed TypeError e.preventDefaulut is not a function
|
||||
- issue #15115 Improved label in Settings export, clarifying that it's a JSON file
|
||||
|
||||
4.8.5 (2019-01-25)
|
||||
- issue Developer debug data was saved to the PHP error log
|
||||
|
||||
@ -306,7 +306,7 @@ if (@file_exists('setup/index.php') && ! @file_exists(CONFIG_FILE)) {
|
||||
<input type="radio" id="export_text_file" name="export_type"
|
||||
value="text_file" checked="checked" />
|
||||
<label for="export_text_file">
|
||||
<?php echo __('Save as file'); ?>
|
||||
<?php echo __('Save as JSON file'); ?>
|
||||
</label><br />
|
||||
<input type="radio" id="export_php_file" name="export_type"
|
||||
value="php_file" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user