Update unavailable Visual Editor tooltip (#14285)
GitOrigin-RevId: 3f19c2a3c55199c8b25aa5ebe0c4f1222aa84363
This commit is contained in:
@@ -161,7 +161,7 @@ const RichTextToggle: FC<{
|
||||
if (disabled) {
|
||||
return (
|
||||
<Tooltip
|
||||
description={t('the_visual_editor_is_only_available_for_tex_files')}
|
||||
description={t('visual_editor_is_only_available_for_tex_files')}
|
||||
id="rich-text-toggle-tooltip"
|
||||
overlayProps={{ placement: 'bottom' }}
|
||||
tooltipProps={{ className: 'tooltip-wide' }}
|
||||
|
||||
@@ -104,7 +104,7 @@ const RichTextToggle: FC<{
|
||||
if (disabled) {
|
||||
return (
|
||||
<Tooltip
|
||||
description={t('the_visual_editor_is_only_available_for_tex_files')}
|
||||
description={t('visual_editor_is_only_available_for_tex_files')}
|
||||
id="rich-text-toggle-tooltip"
|
||||
overlayProps={{ placement: 'bottom' }}
|
||||
tooltipProps={{ className: 'tooltip-wide' }}
|
||||
|
||||
Reference in New Issue
Block a user