diff options
| author | ValD <maghtpol@gmail.com> | 2018-12-04 00:39:02 +0530 |
|---|---|---|
| committer | ValD <maghtpol@gmail.com> | 2018-12-04 00:45:31 +0530 |
| commit | c142f7b7b64ae1b4cc60340e2bbe43fe774bcd3b (patch) | |
| tree | 578c75a1c553258b445f996777c352f5f17b377d /src/i18n | |
| parent | c40bda7c2aaf480402a231e26b437cff84730b77 (diff) | |
addressed PR comments
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 99c8837f..893db931 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -37,7 +37,7 @@ "timeline": "Timeline", "twkn": "The Whole Known Network", "user_search": "User Search", - "instance_settings": "Instance Settings" + "preferences": "Preferences" }, "notifications": { "broken_favorite": "Unknown status, searching for it...", @@ -214,6 +214,6 @@ "media_upload": "Upload Media", "repeat": "Repeat", "reply": "Reply", - "star": "Star" + "favorite": "Favorite" } } |
