Fix editor selection text.

This commit is contained in:
Paulo Gustavo Veiga
2023-01-01 19:54:16 -08:00
parent 7977fcee42
commit bd2f404934
29 changed files with 141 additions and 83 deletions

View File

@ -88,13 +88,33 @@ const KeyboardShorcutsHelp = (): ReactElement => {
<td>
<FormattedMessage
id="shortcut-help-pane.edit-topic-key"
defaultMessage="Just start typing"
defaultMessage="F2 or Double Click"
/>
</td>
<td>
<FormattedMessage
id="shortcut-help-pane.edit-topic-key"
defaultMessage="Just start typing"
defaultMessage="F2 or Double Click"
/>
</td>
</tr>
<tr>
<td>
<FormattedMessage
id="shortcut-help-pane.overwrite-edit-topic"
defaultMessage="Overwrite topic text"
/>
</td>
<td>
<FormattedMessage
id="shortcut-help-pane.overwrite-edit-topic-key"
defaultMessage="Type on a selected topic"
/>
</td>
<td>
<FormattedMessage
id="shortcut-help-pane.overwrite-edit-topic-key"
defaultMessage="Type on a selected topic"
/>
</td>
</tr>