Parcourir la source

Add missed ellipsis in test stubs

Thibaud Colas il y a 7 ans
Parent
commit
e4a06083af
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      client/tests/stubs.js

+ 1 - 1
client/tests/stubs.js

@@ -23,7 +23,7 @@ global.wagtailConfig = {
     DELETE: 'Delete',
     PAGE: 'Page',
     PAGES: 'Pages',
-    LOADING: 'Loading...',
+    LOADING: 'Loading',
     NO_RESULTS: 'No results',
     SERVER_ERROR: 'Server Error',
     SEE_CHILDREN: 'See children',