summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2023-03-10 21:53:14 +0100
committerGitHub <noreply@github.com>2023-03-10 21:53:14 +0100
commitfc85139269b8ac51884ebd220bea8844820d5987 (patch)
tree82aa92842b8732e5664f85fde8e102a2e0285888
parentda052f814b0aa19a11863834731b760fa1da4618 (diff)
parent579f28281187c23fb1d3dbad0f84fe22b3e98aa4 (diff)
Merge pull request #3266 from silopolis/stringfix
strings: fix getCircles() error message wording
-rw-r--r--src/store/circles.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/circles.js b/src/store/circles.js
index 048e6a7f..bdabc275 100644
--- a/src/store/circles.js
+++ b/src/store/circles.js
@@ -140,7 +140,7 @@ const actions = {
})
if (failure) {
- showError(t('contacts', 'Some circle(s) an error occurred. Check the console for more details.'))
+ showError(t('contacts', 'An error has occurred in circle(s). Check the console for more details.'))
}
return circles