about summary refs log tree commit diff
path: root/app/javascript/glitch
diff options
context:
space:
mode:
authorkibigo! <marrus-sh@users.noreply.github.com>2017-12-06 17:50:27 -0800
committerkibigo! <marrus-sh@users.noreply.github.com>2017-12-06 17:50:27 -0800
commit2f2467ce8e4403ef6a21d6a64ecb208124eca0ee (patch)
treea90b786d64947b75bde1236ec7d754474ccf085d /app/javascript/glitch
parent061211a1e3bd4cb6af45fda47cd8be2f53ebfbac (diff)
Add option to remove DMs from home (#126)
Diffstat (limited to 'app/javascript/glitch')
-rw-r--r--app/javascript/glitch/locales/en.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/glitch/locales/en.json b/app/javascript/glitch/locales/en.json
index 69aa29108..0276cb837 100644
--- a/app/javascript/glitch/locales/en.json
+++ b/app/javascript/glitch/locales/en.json
@@ -32,6 +32,8 @@
   "status.collapse": "Collapse",
   "status.uncollapse": "Uncollapse",
 
+  "home.column_settings.show_direct": "Show DMs",
+
   "notification.markForDeletion": "Mark for deletion",
   "notifications.clear": "Clear all my notifications",
   "notifications.marked_clear_confirmation": "Are you sure you want to permanently clear all selected notifications?",