diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-09-26 20:08:16 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-26 20:08:16 -0400 | 
| commit | ba267a545c489e0dfc8cd962f47d8e70c6f6f604 (patch) | |
| tree | 87234896d2bffa0a974890c9177182380dcaa9c9 /ext/js | |
| parent | 247c929bbab6ee51521e4bb1d089ae0a43daca73 (diff) | |
Rename dictionary import steps (#1966)
Diffstat (limited to 'ext/js')
| -rw-r--r-- | ext/js/pages/settings/dictionary-import-controller.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/ext/js/pages/settings/dictionary-import-controller.js b/ext/js/pages/settings/dictionary-import-controller.js index b6700c78..b480b86d 100644 --- a/ext/js/pages/settings/dictionary-import-controller.js +++ b/ext/js/pages/settings/dictionary-import-controller.js @@ -204,8 +204,8 @@ class DictionaryImportController {              case 0: return 'Loading dictionary';              case 1: return 'Loading schemas';              case 2: return 'Validating data'; -            case 3: return 'Processing data'; -            case 4: return 'Post-processing data'; +            case 3: return 'Formatting data'; +            case 4: return 'Importing media';              case 5: return 'Importing data';              default: return '';          } |