summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorSheogorath2019-03-10 01:43:02 +0100
committerSheogorath2019-03-10 01:43:13 +0100
commit5e634aef87861a396ec6c79e6e2b126ac44af5d3 (patch)
tree91986b1ae7f921978632e617caf82f90d29d0493 /locales
parent1ffc492442261f8cd2bde8b10f0a3227250e7ca6 (diff)
Fix possible order changes for 'Powered by' in other languages
Since not all languages use the same word oder and we run into potential issues, where the translation of powered by need to add something after the CodiMD link, this should give us the needed flexiblity. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'locales')
-rw-r--r--locales/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/en.json b/locales/en.json
index 262b5f77..15ed6e4e 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -114,6 +114,6 @@
"Export user data": "Export user data",
"Help us translating on %s": "Help us translating on %s",
"Source Code": "Source Code",
- "Powered by": "Powered by",
+ "Powered by %s": "Powered by %s",
"Register": "Register"
}