diff options
Diffstat (limited to 'apps/web/lib/i18n/locales/en/translation.json')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index d23d5a96..ac08fa3f 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -63,7 +63,12 @@ "merge": "Merge", "cancel": "Cancel", "apply_all": "Apply All", - "ignore": "Ignore" + "ignore": "Ignore", + "sort": { + "title": "Sort", + "newest_first": "Newest First", + "oldest_first": "Oldest First" + } }, "highlights": { "no_highlights": "You don't have any highlights yet." |
