Skip to content

Commit

Permalink
add survey alias (#3687)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-han-115 committed Jan 22, 2024
1 parent 34e4a66 commit 6e59828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -16,6 +16,7 @@ public function __construct()
'welcomeText' => 'surveyls_welcometext',
'endText' => 'surveyls_endtext',
'policyNotice' => 'surveyls_policy_notice',
'surveyAlias' => 'surveyls_alias',
'policyError' => 'surveyls_policy_error',
'policyNoticeLabel' => 'surveyls_policy_notice_label',
'url' => 'surveyls_url',
Expand Down
Expand Up @@ -17,6 +17,7 @@ public function __construct()
'surveyls_endtext' => 'endText',
'surveyls_policy_notice' => 'policyNotice',
'surveyls_policy_error' => 'policyError',
'surveyls_alias' => 'surveyAlias',
'surveyls_policy_notice_label' => 'policyNoticeLabel',
'surveyls_url' => 'url',
'surveyls_urldescription' => 'urlDescription',
Expand Down

0 comments on commit 6e59828

Please sign in to comment.