diff options
| author | kPherox <admin@mail.kr-kp.com> | 2019-12-10 23:54:28 +0900 |
|---|---|---|
| committer | kPherox <admin@mail.kr-kp.com> | 2019-12-11 00:00:36 +0900 |
| commit | 2bc63720a5f9da740fa8082d587b6cfdd0c652ee (patch) | |
| tree | 870a96aee33e1a6bff49c2d7169404ff683cd4b9 /src/i18n | |
| parent | e60d9f2d5ae7de753cc9d3e74bd675ec79c9219e (diff) | |
fix parse for move type notifications
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 85146ef5..f46d5b3d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -110,7 +110,8 @@ "notifications": "Notifications", "read": "Read!", "repeated_you": "repeated your status", - "no_more_notifications": "No more notifications" + "no_more_notifications": "No more notifications", + "moved_to": "moved to" }, "polls": { "add_poll": "Add Poll", |
