Update unavailable Visual Editor tooltip (#14285)

GitOrigin-RevId: 3f19c2a3c55199c8b25aa5ebe0c4f1222aa84363
This commit is contained in:
Alf Eaton
2023-08-16 08:03:53 +00:00
committed by Copybot
parent c8f0885316
commit ffdb651998
4 changed files with 4 additions and 4 deletions
@@ -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' }}