Skip to content

Commit af65443

Browse files
sidharthpandita1t-hamanontsekourasjasmussen
authored andcommitted
Fit text: update help text to clarify override of font-size (#72303)
* fit text issue * Changes made * Changes made as asked * Update packages/block-editor/src/hooks/fit-text.js --------- Co-authored-by: sidharthpandita1 <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: ntsekouras <[email protected]> Co-authored-by: jasmussen <[email protected]>
1 parent 8c352e7 commit af65443

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/block-editor/src/hooks/fit-text.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,9 @@ export function FitTextControl( {
216216
help={
217217
fitText
218218
? __( 'Text will resize to fit its container.' )
219-
: __( 'Resize text to fit its container.' )
219+
: __(
220+
'The text will resize to fit its container, resetting other font size settings.'
221+
)
220222
}
221223
/>
222224
</ToolsPanelItem>

0 commit comments

Comments
 (0)