mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-06-11 18:43:22 +02:00
Fix editor selection text.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user