diff options
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index f4c9de18..09ba7025 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -877,7 +877,8 @@ "nodb": "No DB Config", "instance": "Instance", "limits": "Limits", - "frontends": "Front-ends" + "frontends": "Front-ends", + "emoji": "Emoji" }, "nodb": { "heading": "Database config is disabled", @@ -931,6 +932,10 @@ "failure_installing_frontend": "Failed to install frontend {version}: {reason}", "success_installing_frontend": "Frontend {version} successfully installed" }, + "emoji": { + "reload": "Reload emoji", + "importFS": "Import emoji from filesystem" + }, "temp_overrides": { ":pleroma": { ":instance": { |
