| Index: ui/file_manager/zip_archiver/js/app.js
|
| diff --git a/ui/file_manager/zip_archiver/js/app.js b/ui/file_manager/zip_archiver/js/app.js
|
| index 21182a1bc977af12fd7c61cbe803d760c049327d..f27cf13ba13695499c3aad5e08347b641d73df3e 100644
|
| --- a/ui/file_manager/zip_archiver/js/app.js
|
| +++ b/ui/file_manager/zip_archiver/js/app.js
|
| @@ -30,9 +30,10 @@ unpacker.app = {
|
| /**
|
| * The default filename for .nmf file.
|
| * This value must not be const because it is overwritten in tests.
|
| + * Since .nmf file is not available in .grd, we use .txt instead.
|
| * @type {string}
|
| */
|
| - DEFAULT_MODULE_NMF: 'module.nmf',
|
| + DEFAULT_MODULE_NMF: 'module.nmf.txt',
|
|
|
| /**
|
| * The default MIME type for .nmf file.
|
|
|