please bear with us
This commit is contained in:
parent
914df47a35
commit
a7b2a9a823
3 changed files with 3 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ import { faTimes } from '@fortawesome/free-solid-svg-icons'
|
|||
|
||||
library.add(faTimes)
|
||||
|
||||
export const CURRENT_UPDATE_COUNTER = 1
|
||||
export const CURRENT_UPDATE_COUNTER = 2
|
||||
|
||||
const pleromaTan = '/static/pleromatan_apology.png'
|
||||
const pleromaTanFox = '/static/pleromatan_apology_fox.png'
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
<div class="spacer-top" />
|
||||
<div class="text">
|
||||
<p>
|
||||
{{ $t('update.big_update_content') }}
|
||||
{{ $t('update.big_update_content2') }}
|
||||
</p>
|
||||
<div
|
||||
ref="animatedText"
|
||||
|
|
|
|||
|
|
@ -1857,6 +1857,7 @@
|
|||
"update": {
|
||||
"big_update_title": "Please bear with us",
|
||||
"big_update_content": "We haven't had a release in a while, so things might look and feel different than what you're used to.",
|
||||
"big_update_content2": "We implemented synchronized settings! This means (nearly) all your settings are now properly synchronized between devices and sessions. We try to migrate settings from old config but migration is performed only once, so some settings might be incorrect. Let us know if you don't want certain setting synchronized.",
|
||||
"update_bugs": "Please report any issues and bugs on {pleromaGitlab}, as we have changed a lot, and although we test thoroughly and use development versions ourselves, we may have missed some things. We welcome your feedback and suggestions on issues you might encounter, or how to improve Pleroma and Pleroma-FE.",
|
||||
"update_bugs_gitlab": "Pleroma GitLab",
|
||||
"update_changelog": "For more details on what's changed, see {theFullChangelog}.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue