summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-11-11 19:00:03 +0100
committerGitHub2018-11-11 19:00:03 +0100
commitca9c4b3135e071bb599aad734930c5d1d339dc27 (patch)
treec7b2731235be1c08e3fc94cc85fd8ed21fac48e8 /locales
parent4e5e7df4f8ed5b4317ab9205ceb8c2b3231517ad (diff)
parentbcc914a7735290b86e0df428aed75dabdf9f1eca (diff)
Merge pull request #991 from SISheogorath/feature/fullversion
Add full version string (and no AGPL violation detection)
Diffstat (limited to 'locales')
-rw-r--r--locales/en.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/locales/en.json b/locales/en.json
index 100f4f54..ead7ce2f 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -112,5 +112,6 @@
"This will delete your account, all notes that are owned by you and remove all references to your account from other notes.": "This will delete your account, all notes that are owned by you and remove all references to your account from other notes.",
"Delete user": "Delete user",
"Export user data": "Export user data",
- "Help us translating on %s": "Help us translating on %s"
-} \ No newline at end of file
+ "Help us translating on %s": "Help us translating on %s",
+ "Source Code": "Source Code"
+}