diff options
| author | tusooa <tusooa@kazv.moe> | 2024-04-14 11:46:29 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2024-04-14 11:46:29 -0400 |
| commit | b173741f870243c6ded3b6f400827f8c00f20bb7 (patch) | |
| tree | 440c6091d4eb46910b6b6dc2c549e419a14c26d2 /src/i18n | |
| parent | 39269c4829d9f779204b3b5954b3af6d2b9f3582 (diff) | |
Display loading and error indicator for conversation page
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", |
