diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-04-22 19:23:52 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-04-22 19:23:52 +0000 |
| commit | 2cbfcb6a6deac223d110b4190b0415cd837f7299 (patch) | |
| tree | 1004b4bb172fd4fa424dc231469f3d7fda4e50d2 /src/i18n | |
| parent | e853d746b0d8868dd1f586f801865c651948401d (diff) | |
| parent | b173741f870243c6ded3b6f400827f8c00f20bb7 (diff) | |
Merge branch 'tusooa/status-loading-indicator' into 'develop'
Display loading and error indicator for conversation page
See merge request pleroma/pleroma-fe!1907
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 8b7d6021..a011139a 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1110,7 +1110,9 @@ "hide_quote": "Hide the quoted status", "display_quote": "Display the quoted status", "invisible_quote": "Quoted status unavailable: {link}", - "more_actions": "More actions on this status" + "more_actions": "More actions on this status", + "loading": "Loading...", + "load_error": "Unable to load status: {error}" }, "user_card": { "approve": "Approve", |
