Skip to content

Commit 13bd7ea

Browse files
jcortesGTFalcao
andauthored
Update components/cloze/actions/create-update-company/create-update-company.mjs
Co-authored-by: Guilherme Falcão <[email protected]>
1 parent abd9620 commit 13bd7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cloze/actions/create-update-company/create-update-company.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default {
136136
} = this;
137137

138138
if (!name && !domains) {
139-
throw new ConfigurationError("**Company Name** or **Domains** are required.");
139+
throw new ConfigurationError("Either **Company Name** or **Domains** are required.");
140140
}
141141

142142
const response = await createCompany({

0 commit comments

Comments
 (0)