diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index b8c935aad..a72173a2a 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -1967,7 +1967,9 @@ "hide-weekends": "Hide weekends", "display-week-numbers": "Display week numbers", "map-style": "Map style:", - "max-nesting-depth": "Max nesting depth:" + "max-nesting-depth": "Max nesting depth:", + "raster": "Raster", + "vector": "Vector" }, "table_context_menu": { "delete_row": "Delete row" diff --git a/apps/client/src/widgets/ribbon_widgets/book_properties.ts b/apps/client/src/widgets/ribbon_widgets/book_properties.ts index 83989a57a..47c1a83f1 100644 --- a/apps/client/src/widgets/ribbon_widgets/book_properties.ts +++ b/apps/client/src/widgets/ribbon_widgets/book_properties.ts @@ -59,7 +59,9 @@ const TPL = /*html*/` ${t("book_properties.view_type")}:    @@ -215,16 +217,17 @@ export default class BookPropertiesWidget extends NoteContextAwareWidget { const $select = $("