diff options
Diffstat (limited to 'install/ui/test')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 2 | ||||
-rw-r--r-- | install/ui/test/data/ipa_init_commands.json | 4 | ||||
-rw-r--r-- | install/ui/test/ipa_tests.js | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 9c158d59..0d94d9b0 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -110,7 +110,7 @@ "refresh": "Refresh the page.", "reload": "Reload the browser.", "main_page": "Return to the main page and retry the operation", - "title": "An error has occured (${error})" + "title": "An error has occurred (${error})" }, "errors": { "error": "Error", diff --git a/install/ui/test/data/ipa_init_commands.json b/install/ui/test/data/ipa_init_commands.json index 4237cc8a..2c128f73 100644 --- a/install/ui/test/data/ipa_init_commands.json +++ b/install/ui/test/data/ipa_init_commands.json @@ -16780,9 +16780,9 @@ }, { "class": "Password", - "doc": "Active directory domain adminstrator's password", + "doc": "Active directory domain administrator's password", "flags": [], - "label": "Active directory domain adminstrator's password", + "label": "Active directory domain administrator's password", "name": "realm_passwd", "noextrawhitespace": true, "type": "unicode" diff --git a/install/ui/test/ipa_tests.js b/install/ui/test/ipa_tests.js index 7a2c18bf..478196ca 100644 --- a/install/ui/test/ipa_tests.js +++ b/install/ui/test/ipa_tests.js @@ -110,7 +110,7 @@ test("Testing successful IPA.command().", function() { var xhr = {}; var text_status = null; - var error_thrown = {name:'ERROR', message:'An error has occured'}; + var error_thrown = {name:'ERROR', message:'An error has occurred'}; var ajax_counter = 0; @@ -186,7 +186,7 @@ test("Testing unsuccessful IPA.command().", function() { var xhr = {}; var text_status = null; - var error_thrown = {name:'ERROR', message:'An error has occured'}; + var error_thrown = {name:'ERROR', message:'An error has occurred'}; var ajax_counter = 0; |