summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémie Tarot (@silopolis) <silopolis@gmail.com>2023-03-10 21:25:06 +0100
committerJérémie Tarot (@silopolis) <silopolis@gmail.com>2023-03-10 21:25:06 +0100
commit579f28281187c23fb1d3dbad0f84fe22b3e98aa4 (patch)
tree82aa92842b8732e5664f85fde8e102a2e0285888
parentda052f814b0aa19a11863834731b760fa1da4618 (diff)
strings: fix getCircles() error message wording
Reported-by: @CafeTango Co-authored-by: @Rinkana Signed-off-by: Jérémie Tarot (@silopolis) <silopolis@gmail.com>
-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