Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/editor/src/i18n/bundle/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"settings_wysiwyg": "Visual Editor (wysiwyg)",
"settings_markup": "Markdown markup",
"settings_menubar": "Toolbar",
"settings_hint": "You can disable the top menu and invoke all commands with ‘/’ or the «+» button.",
"settings_hint": "You can disable the top menu and invoke all commands with ‘/’ or the \"+\" button.",
"settings_split-mode": "Split mode",
"split-mode-text": "Preview",
"settings_split-mode-hint": "Splitting the editor into two windows: preview and editing",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/i18n/forms/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"common_sizes": "Size, px",
"image_name": "Title",
"image_link_href": "Image link",
"image_link_href_help": "Adress the image link leads to.",
"image_link_href_help": "Address the image link leads to.",
"image_alt": "Alt text",
"image_alt_help": "Alt text is displayed if the image cannot be loaded.",
"image_upload_help": "JPEG, GIF or PNG image no larger than 1 MB.",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/i18n/gpt/errors/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"error-text": "An error occurred while generating a reply, please retry the request",
"retry-button": "Try again",
"start-again-button": "To the beginning"
"start-again-button": "Start over"
}
2 changes: 1 addition & 1 deletion packages/editor/src/i18n/menubar/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"math_inline": "Inline math",
"mermaid": "Mermaid",
"mono": "Monospace",
"more_action": "More action",
"more_action": "More actions",
"move_list": "Move list item",
"note": "Note",
"olist": "Ordered list",
Expand Down
Loading