From ef4998745f7becdab35d76eb4bcec3090c7c4d5a Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 2 Jun 2021 13:41:13 +0200 Subject: l10n: Correct spelling --- src/store/circles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/circles.js b/src/store/circles.js index 0a328bec..c6ac69ea 100644 --- a/src/store/circles.js +++ b/src/store/circles.js @@ -124,7 +124,7 @@ const actions = { }) if (failure) { - showError(t('contacts', 'Some circle(s) errored, check the console for more details')) + showError(t('contacts', 'Some circle(s) an error occurred. Check the console for more details.')) } return circles -- cgit v1.2.3