mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Merge pull request #3200 from ClearlyClaire/glitch-soc/fixes/missing-message-quote-crash
Fix quotes crashing glitch flavor because of missing translatable message
This commit is contained in:
@@ -38,6 +38,7 @@ const domParser = new DOMParser();
|
||||
|
||||
const messages = defineMessages({
|
||||
quote_noun: { id: 'status.quote_noun', defaultMessage: 'Quote', description: 'Quote as a noun' },
|
||||
contains_quote: { id: 'status.contains_quote', defaultMessage: 'Contains quote' },
|
||||
quote_cancel: { id: 'status.quote.cancel', defaultMessage: 'Cancel quote' },
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user