[Update] 修改文案 (#2823)

* [Update] 修改文案

* [Update] 修改文案2
This commit is contained in:
BaiJiangJie
2019-06-20 18:10:44 +08:00
committed by GitHub
parent 7e16ce41e3
commit 9a5c00e148
10 changed files with 97 additions and 115 deletions

View File

@@ -1015,7 +1015,7 @@ function APIImportData(props){
$('#updated_failed').html('');
$('#updated_failed_detail').html('');
$('#success_updated').html(gettext("Update Success"));
$('#success_updated_detail').html("Count" + ": " + data.length);
$('#success_updated_detail').html(gettext("Count") + ": " + data.length);
}
props.data_table.ajax.reload()