Skip to content

Commit

Permalink
Fix static text widget label.
Browse files Browse the repository at this point in the history
  • Loading branch information
robgietema committed Dec 14, 2024
1 parent 3e6dfb7 commit f3c4b4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ config.registerUtility({
type: 'fieldFactoryProperties',
method: (intl) => ({
default: {
title: intl.formatMessage(messages.defaultValue),
title: intl.formatMessage(messages.text),
widget: 'richtext',
type: 'string',
},
Expand Down

0 comments on commit f3c4b4d

Please sign in to comment.