diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-15 23:19:33 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-15 23:19:33 +0300 |
| commit | 50f5afbce1f2bc4dbd0ddf6c951c7e519dfc6ce3 (patch) | |
| tree | 200ab58c3c3cebdcf7acf073096881824184eb3c /src/i18n | |
| parent | 14292d7ed12a806efcf766895bc1c3aa56fd53f8 (diff) | |
add and remove users to/from lists from their profile
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 a7c86e6c..7352b75c 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -980,7 +980,8 @@ "create": "Create", "save": "Save changes", "delete": "Delete list", - "following_only": "Limit to Following" + "following_only": "Limit to Following", + "manage_lists": "Manage lists" }, "file_type": { "audio": "Audio", |
