diff options
| author | Ekaterina Vaartis <vaartis@kotobank.ch> | 2023-12-21 00:48:14 +0300 |
|---|---|---|
| committer | Ekaterina Vaartis <vaartis@kotobank.ch> | 2023-12-21 00:48:14 +0300 |
| commit | bfdad56b0d4b4f8ed89295661ff8abba22dca7f0 (patch) | |
| tree | c3fd270f9785e35962ddc617fcd6b97922b2a423 /src/i18n | |
| parent | f9c85c0c491fa800054250a814978e6f8fcc439a (diff) | |
Make the frontend config work somewhat even without DB config
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 09ba7025..62316a3f 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -928,6 +928,7 @@ "wip_notice": "Please note that this section is a WIP and lacks certain features as backend implementation of front-end management is incomplete.", "default_frontend": "Default front-end", "default_frontend_tip": "Default front-end will be shown to all users. Currently there's no way to for a user to select personal front-end. If you switch away from PleromaFE you'll most likely have to use old and buggy AdminFE to do instance configuration until we replace it.", + "default_frontend_unavail": "Default frontend settings are not available, as this requires configuration in the database", "available_frontends": "Available for install", "failure_installing_frontend": "Failed to install frontend {version}: {reason}", "success_installing_frontend": "Frontend {version} successfully installed" |
