fix error message typo

This commit is contained in:
Samuel Newman
2026-02-11 09:32:37 +02:00
parent f3140dbccf
commit 42949e6dd3
+1 -1
View File
@@ -271,7 +271,7 @@ function StarterPackItem({
}, },
onError: err => { onError: err => {
if (!isNetworkError(err)) { if (!isNetworkError(err)) {
logger.error('Failed to remove from starter pack', {safeMessage: err}) logger.error('Failed to add to starter pack', {safeMessage: err})
} }
Toast.show(_(msg`Failed to add to starter pack`), {type: 'error'}) Toast.show(_(msg`Failed to add to starter pack`), {type: 'error'})
}, },