Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 3c65771

Browse files
committed
Merge pull request #5130 from SAPlayer/patch-5
UNKOWN -> UNKNOWN
2 parents 1ac9e42 + 1c2967b commit 3c65771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nls/root/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ define({
334334
"BASEURL_ERROR_SEARCH_DISALLOWED" : "The base URL can't contain search parameters like \"{0}\".",
335335
"BASEURL_ERROR_HASH_DISALLOWED" : "The base URL can't contain hashes like \"{0}\".",
336336
"BASEURL_ERROR_INVALID_CHAR" : "Special characters like '{0}' must be %-encoded.",
337-
"BASEURL_ERROR_UNKOWN_ERROR" : "Unknown error parsing Base URL",
337+
"BASEURL_ERROR_UNKNOWN_ERROR" : "Unknown error parsing Base URL",
338338

339339
// Extension Management strings
340340
"INSTALL" : "Install",

0 commit comments

Comments
 (0)