Fix some typos
This commit is contained in:
parent
5daae2cc38
commit
a150312daa
@ -6,7 +6,7 @@ export default {
|
|||||||
'More_about': 'Plus sur',
|
'More_about': 'Plus sur',
|
||||||
'Remove': 'Enlever',
|
'Remove': 'Enlever',
|
||||||
'Restore': 'Remettre',
|
'Restore': 'Remettre',
|
||||||
'Original_post': 'Annonce originale | Annonces originales',
|
'Original_post': 'Annonce originale | Annonces originales',
|
||||||
'Original_post_for': 'Annonce originale pour',
|
'Original_post_for': 'Annonce originale pour',
|
||||||
'Follow': 'Suivre',
|
'Follow': 'Suivre',
|
||||||
'Unfollow': 'Arrêter de suivre',
|
'Unfollow': 'Arrêter de suivre',
|
||||||
|
@ -17,7 +17,8 @@
|
|||||||
|
|
||||||
<template v-if="Object.keys(postalCodesFlatsBuckets).length > 0">
|
<template v-if="Object.keys(postalCodesFlatsBuckets).length > 0">
|
||||||
<template v-for="(postal_code_data, postal_code) in postalCodesFlatsBuckets">
|
<template v-for="(postal_code_data, postal_code) in postalCodesFlatsBuckets">
|
||||||
<h3>{{ postal_code_data.name || $t('common.Unknown') }}
|
<h3>
|
||||||
|
{{ postal_code_data.name || $t('common.Unknown') }}
|
||||||
<span v-if="postal_code !== 'undefined'">
|
<span v-if="postal_code !== 'undefined'">
|
||||||
({{ postal_code }})
|
({{ postal_code }})
|
||||||
</span>
|
</span>
|
||||||
@ -100,6 +101,12 @@ h2 {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.show-expired-flats-label {
|
.show-expired-flats-label {
|
||||||
font-weight: initial;
|
font-weight: initial;
|
||||||
font-size: initial;
|
font-size: initial;
|
||||||
|
Loading…
Reference in New Issue
Block a user