diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-11-21 19:48:24 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-11-21 19:48:24 +0000 |
| commit | d1885d45e79e313644d24a8741a20265099a129b (patch) | |
| tree | c983436984815ffee4b824519af2a6c32f70df10 /src/i18n | |
| parent | 72a5eaf40af20275a052a25b7aa911d3ef4bdcd7 (diff) | |
| parent | b09912d2f91a410a3b50ee408dd4a0621eba2ff4 (diff) | |
Merge branch 'search-pagination' into 'develop'
Implement loading more statuses when searching
See merge request pleroma/pleroma-fe!1410
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 6aa24b1c..5e295b5e 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -986,7 +986,9 @@ "hashtags": "Hashtags", "person_talking": "{count} person talking", "people_talking": "{count} people talking", - "no_results": "No results" + "no_results": "No results", + "no_more_results": "No more results", + "load_more": "Load more results" }, "password_reset": { "forgot_password": "Forgot password?", |
