From 760e49402b92a5aa90731a32a7128e130b503764 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 8 Nov 2022 11:00:08 -0500 Subject: [PATCH] Change copy. --- src/common-components/textbox-question/textbox-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-components/textbox-question/textbox-question.vue b/src/common-components/textbox-question/textbox-question.vue index 67446a19f..05d17dcd4 100644 --- a/src/common-components/textbox-question/textbox-question.vue +++ b/src/common-components/textbox-question/textbox-question.vue @@ -66,7 +66,7 @@ export default { validationRules: String, cmsWidgetName: String, maxLength: String, - questionAlignment: String, // Left or center. Default is left. + questionAlignment: String, // Left or center. Left is default. cornerStyle: String, // Rounded or square. Square is default. includeSearchIcon: Boolean, },