diff options
Diffstat (limited to 'src/components/Lists.tsx')
-rw-r--r-- | src/components/Lists.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Lists.tsx b/src/components/Lists.tsx index 3368d076f..e706e101f 100644 --- a/src/components/Lists.tsx +++ b/src/components/Lists.tsx @@ -189,7 +189,7 @@ let ListMaybePlaceholder = ({ return ( <Error title={errorTitle ?? _(msg`Oops!`)} - message={errorMessage ?? _(`Something went wrong!`)} + message={errorMessage ?? _(msg`Something went wrong!`)} onRetry={onRetry} onGoBack={onGoBack} sideBorders={sideBorders} |