Fix some typos

This commit is contained in:
Nicolas Frandeboeuf 2020-01-05 12:13:23 +01:00 committed by nicofrand
parent 5daae2cc38
commit a150312daa
2 changed files with 9 additions and 2 deletions

View File

@ -6,7 +6,7 @@ export default {
'More_about': 'Plus sur',
'Remove': 'Enlever',
'Restore': 'Remettre',
'Original_post': 'Annonce originale | Annonces originales',
'Original_post': 'Annonce originale | Annonces originales',
'Original_post_for': 'Annonce originale pour',
'Follow': 'Suivre',
'Unfollow': 'Arrêter de suivre',

View File

@ -17,7 +17,8 @@
<template v-if="Object.keys(postalCodesFlatsBuckets).length > 0">
<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'">
({{ postal_code }})
</span>
@ -100,6 +101,12 @@ h2 {
justify-content: space-between;
}
table {
margin-left: 0;
margin-right: 0;
width: 100%;
}
.show-expired-flats-label {
font-weight: initial;
font-size: initial;