diff --git a/components/MainMap/FavoriteNoteBook.vue b/components/MainMap/FavoriteNoteBook.vue
index 425c02154..083d9cc22 100644
--- a/components/MainMap/FavoriteNoteBook.vue
+++ b/components/MainMap/FavoriteNoteBook.vue
@@ -18,35 +18,43 @@
+ {{ $t('favorites.notebook.share') }}
+ {{ $t('favorites.notebook.print') }}
+ {{
+ $t('favorites.notebook.export')
+ }}
+ {{
+ $t('favorites.notebook.remove')
+ }}
diff --git a/components/UI/IconButton.vue b/components/UI/IconButton.vue
index 74cd5e9de..2e5879ccc 100644
--- a/components/UI/IconButton.vue
+++ b/components/UI/IconButton.vue
@@ -3,7 +3,7 @@
v-if="!href"
:aria-label="label"
type="button"
- class="tw-text-sm tw-text-zinc-800 tw-bg-white tw-rounded-full tw-shadow-md tw-outline-none focus:tw-outline-none hover:tw-bg-zinc-100 focus-visible:tw-bg-zinc-100 tw-shrink-0 tw-flex tw-items-center tw-justify-center"
+ class="tw-text-sm tw-text-zinc-800 tw-bg-white tw-rounded-full tw-shadow-md tw-outline-none focus:tw-outline-none hover:tw-bg-zinc-100 focus-visible:tw-bg-zinc-100 tw-shrink-0 tw-flex tw-items-center tw-justify-center tw-px-2.5 tw-gap-2"
>
@@ -12,7 +12,7 @@
:aria-label="label"
:to="href"
:target="target"
- class="tw-text-sm tw-text-zinc-800 tw-bg-white tw-rounded-full tw-shadow-md tw-outline-none focus:tw-outline-none hover:tw-bg-zinc-100 focus-visible:tw-bg-zinc-100 tw-shrink-0 tw-flex tw-items-center tw-justify-center"
+ class="tw-text-sm tw-text-zinc-800 tw-bg-white tw-rounded-full tw-shadow-md tw-outline-none focus:tw-outline-none hover:tw-bg-zinc-100 focus-visible:tw-bg-zinc-100 tw-shrink-0 tw-flex tw-items-center tw-justify-center tw-px-2.5 tw-gap-2"
>
@@ -21,7 +21,7 @@
:aria-label="label"
:href="href"
:target="target"
- class="tw-text-sm tw-text-zinc-800 tw-bg-white tw-rounded-full tw-shadow-md tw-outline-none focus:tw-outline-none hover:tw-bg-zinc-100 focus-visible:tw-bg-zinc-100 tw-shrink-0 tw-flex tw-items-center tw-justify-center"
+ class="tw-text-sm tw-text-zinc-800 tw-bg-white tw-rounded-full tw-shadow-md tw-outline-none focus:tw-outline-none hover:tw-bg-zinc-100 focus-visible:tw-bg-zinc-100 tw-shrink-0 tw-flex tw-items-center tw-justify-center tw-px-2.5 tw-gap-2"
>
diff --git a/locales/en.js b/locales/en.js
index 0b0b5f464..1701d0871 100644
--- a/locales/en.js
+++ b/locales/en.js
@@ -26,6 +26,10 @@ export default {
share_link: 'Share link of favorites',
notebook: {
title: 'Favorites notebook',
+ share: 'Share',
+ print: 'Print',
+ export: 'Export',
+ remove: 'Remove',
},
noFavs:
'You do not have any favorite places yet. You can do this by selecting a location on the map, then saving it as a favorite.',
diff --git a/locales/es.js b/locales/es.js
index 5cd6ecc3d..657b7ec8a 100644
--- a/locales/es.js
+++ b/locales/es.js
@@ -26,6 +26,10 @@ export default {
share_link: 'Compartir enlace de favoritos',
notebook: {
title: 'Cuaderno de favoritos',
+ share: 'Compartir',
+ print: 'Imprimir',
+ export: 'Exportar',
+ remove: 'Borrar',
},
noFavs:
'Todavía no tienes ningún lugar marcado. Puedes hacerlo seleccionando un lugar en el mapa y guardándolo como favorito',
diff --git a/locales/fr.js b/locales/fr.js
index dfc9f8db0..dc96b518c 100644
--- a/locales/fr.js
+++ b/locales/fr.js
@@ -27,6 +27,10 @@ export default {
share_link: 'Partager le lien des favoris',
notebook: {
title: 'Carnet des favoris',
+ share: 'Partager',
+ print: 'Imprimer',
+ export: 'Exporter',
+ remove: 'Supprimer',
},
noFavs:
"Vous n'avez pas encore de lieux en favoris. Vous pouvez le faire en sélectionnant un lieu sur la carte, puis en le mémorisant comme favori.",