diff options
| author | Roger Braun <roger@rogerbraun.net> | 2018-11-14 20:29:45 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2018-11-14 20:31:06 +0100 |
| commit | c34eebff6c1bb0d3f500b51ee64906f82cdc6c6d (patch) | |
| tree | 8b19b7d9803fd0897772ae970303f340f116fd4a /src/i18n | |
| parent | 609ad407362844977746babdd088b7600af5982d (diff) | |
Add actual user search.
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index cadbaf95..4201ba22 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -35,7 +35,8 @@ "dms": "Direct Messages", "public_tl": "Public Timeline", "timeline": "Timeline", - "twkn": "The Whole Known Network" + "twkn": "The Whole Known Network", + "user_search": "User Search" }, "notifications": { "broken_favorite": "Unknown status, searching for it...", |
