Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2018-04-23 00:07:37 +0300
committerGitHub <noreply@github.com>2018-04-23 00:07:37 +0300
commitafb1584602f7d99adbc624d45950236bfc006294 (patch)
treefb7ce4b61786f7c7e0dc7a8fdf0519fa3b00baf0 /js/admin.js
parent4566dcd06591666f5936a7865a619e703dd698a5 (diff)
"Circles uses its own method to async heavy processes" Fixes #185
Diffstat (limited to 'js/admin.js')
-rw-r--r--js/admin.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/admin.js b/js/admin.js
index f4866237..02174d3c 100644
--- a/js/admin.js
+++ b/js/admin.js
@@ -129,7 +129,7 @@ $(document).ready(function () {
}
elements.test_async_result.text(
- t('circles', 'Circles is using its own way to async heavy process.'));
+ t('circles', 'Circles uses its own method to async heavy processes.'));
};
@@ -178,4 +178,4 @@ $(document).ready(function () {
})
-; \ No newline at end of file
+;