diff options
author | Nicu Tofan <nicu.tofan@gmail.com> | 2018-06-26 13:22:51 +0300 |
---|---|---|
committer | Nicu Tofan <nicu.tofan@gmail.com> | 2018-06-26 14:33:05 +0300 |
commit | 3a4a075dbadba8c1ce12fa86730a4507985729f7 (patch) | |
tree | ee39a71bfb642eef58fe2ba2224277ab4ec8c391 /i18n/en.i18n.json | |
parent | c0ffd6c20f2a04bd1436ea2f0953f1c3c8afe145 (diff) | |
download | wekan-3a4a075dbadba8c1ce12fa86730a4507985729f7.tar.gz wekan-3a4a075dbadba8c1ce12fa86730a4507985729f7.tar.bz2 wekan-3a4a075dbadba8c1ce12fa86730a4507985729f7.zip |
Fix minicard parents display
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index ed2c45af..e89d6928 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -492,7 +492,7 @@ "prefix-with-full-path": "Prefix with full path", "prefix-with-parent": "Prefix with parent", "subtext-with-full-path": "Subtext with full path", - "subtext-with-parent": "Subtext with full parent", + "subtext-with-parent": "Subtext with parent", "no-parent": "Don't show parent" } |