diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-03-21 15:25:59 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-03-21 15:25:59 +0000 |
| commit | 57cd6f8018b87e427812ec0c460ef490c604c862 (patch) | |
| tree | 04976d7807921677c9ee88b8be7a53a89312ad10 /src/i18n | |
| parent | 0659d2fd3a8dca5ff93f1b23be289ef063b2e5ca (diff) | |
| parent | 3c5c09c74fa80994635a6c8055c2f81c81f27318 (diff) | |
Merge branch 'feature/version-info' into 'develop'
Added new tab to display versions of BE/FE
Closes #397
See merge request pleroma/pleroma-fe!671
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 01fe2fba..1fe201a4 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -347,6 +347,11 @@ "checkbox": "I have skimmed over terms and conditions", "link": "a nice lil' link" } + }, + "version": { + "title": "Version", + "backend_version": "Backend Version", + "frontend_version": "Frontend Version" } }, "timeline": { |
