diff options
| author | Edijs <iamedijs@hotmail.com> | 2019-03-10 16:58:12 -0700 |
|---|---|---|
| committer | Edijs <iamedijs@hotmail.com> | 2019-03-10 16:58:12 -0700 |
| commit | 068c9724e45fe801ecedbea491234d0b95695629 (patch) | |
| tree | e8cb4e970861a101d560c66ea324e17cdfb5017a /src/i18n | |
| parent | 841648676ce4b523916c573e158c9a3934adffb7 (diff) | |
Added new tab to display versions of BE/FE
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": { |
