[terms] new update date, waiting for translations
This commit is contained in:
parent
1598e46a1a
commit
19f4678a3c
|
@ -205,7 +205,7 @@
|
||||||
|
|
||||||
impersonationActive: !!this.$cookies.get('impersonator'),
|
impersonationActive: !!this.$cookies.get('impersonator'),
|
||||||
|
|
||||||
showTermsUpdate: this.$ulidTime(this.$user().id) < new Date(2021, 11, 12) / 1000 && !this.$cookies.get('termsUpdateDismissed'),
|
showTermsUpdate: this.$ulidTime(this.$user().id) < new Date(2021, 11, 13) / 1000 && !this.$cookies.get('termsUpdateDismissed'),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
-- Up
|
-- Up
|
||||||
|
|
||||||
UPDATE profiles SET birthday = null WHERE birthday > '2008-12-11' OR birthday < '1900-01-01';
|
UPDATE profiles SET birthday = null WHERE birthday > '2008-12-13' OR birthday < '1900-01-01';
|
||||||
|
|
||||||
-- Down
|
-- Down
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<T>terms.header</T>
|
<T>terms.header</T>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p class="small"><em><T>terms.lastUpdate</T><T>quotation.colon</T> 2021-12-11</em></p>
|
<p class="small"><em><T>terms.lastUpdate</T><T>quotation.colon</T> 2021-12-13</em></p>
|
||||||
|
|
||||||
<div v-if="$te('terms.translationDisclaimer')" class="alert alert-warning">
|
<div v-if="$te('terms.translationDisclaimer')" class="alert alert-warning">
|
||||||
<Icon v="exclamation-triangle"/>
|
<Icon v="exclamation-triangle"/>
|
||||||
|
|
Reference in New Issue