Skip to content

Commit 4c3fba7

Browse files
committed
fix text token
1 parent b53a577 commit 4c3fba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dsc-lib/locales/en-us.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ addingUserFunction = "Adding user function '%{name}'"
8282
skippingOutput = "Skipping output for '%{name}' due to condition evaluating to false"
8383
outputValueNotDefined = "Output value '%{name}' is not defined"
8484
secureOutputSkipped = "Secure output '%{name}' is skipped"
85-
outputTypeNotMatched = "Output '%{name}' type does not match expected type '%{expected_type}'"
85+
outputTypeNotMatch = "Output '%{name}' type does not match expected type '%{expected_type}'"
8686
copyNotSupported = "Copy for output '%{name}' is currently not supported"
8787

8888
[discovery.commandDiscovery]

0 commit comments

Comments
 (0)