| @@ -36,9 +36,13 @@ | ||
| 36 | 36 | : type |
| 37 | 37 | } |
| 38 | 38 | help={ |
| 39 | 39 | ['simpleString'].includes(slug) |
| 40 | - ? __('Update text in Settings', 'code-block-pro') | |
| 40 | + ? // Settings refers to the panel that can be expanded | |
| 41 | + __( | |
| 42 | + 'Update extras in the Settings panel', | |
| 43 | + 'code-block-pro', | |
| 44 | + ) | |
| 41 | 45 | : undefined |
| 42 | 46 | } |
| 43 | 47 | key={slug}> |
| 44 | 48 | <button |