diff --git a/flatisfy/web/js_src/components/flatstableline.vue b/flatisfy/web/js_src/components/flatstableline.vue index ca85eda..330108b 100644 --- a/flatisfy/web/js_src/components/flatstableline.vue +++ b/flatisfy/web/js_src/components/flatstableline.vue @@ -12,7 +12,7 @@ [{{ flat.id.split("@")[1] }}] - {{ flat.is_expired ? "[" + $t("common.expired") + "]" : null }} + {{ flat.is_expired ? "[" + $t("common.expired") + "]" : null }} {{ flat.title }} @@ -88,3 +88,10 @@ export default { }, }; + + diff --git a/flatisfy/web/js_src/views/details.vue b/flatisfy/web/js_src/views/details.vue index 145793d..6e0fe1c 100644 --- a/flatisfy/web/js_src/views/details.vue +++ b/flatisfy/web/js_src/views/details.vue @@ -11,7 +11,7 @@ -->{{ flat.status ? capitalize($t("status." + flat.status)) : '' }}) {{ flat.title }} [{{ flat.id.split("@")[1] }}] - {{ flat.is_expired ? '[' + $t('common.expired') + ']' : '' }} + {{ flat.is_expired ? '[' + $t('common.expired') + ']' : '' }} @@ -369,6 +369,11 @@ export default {