editor: add field labels to add a link popup (#7097)

Signed-off-by: Luis Kriner <luis@kriner.info>
This commit is contained in:
luis-411
2025-01-31 06:11:59 +01:00
committed by GitHub
parent 5daa99d969
commit e85f8b60b0
4 changed files with 124 additions and 93 deletions

View File

@@ -2364,6 +2364,7 @@ Use this if changes from other devices are not appearing on this device. This wi
height: () => t`Height`,
pasteImageURL: () => t`Paste image URL here`,
linkText: () => t`Link text`,
url: () => t`URL`,
insertTableOfSize: (rows: number, columns: number) =>
t`Insert a ${rows}x${columns} table`,