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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-02-05 17:05:38 +0300
committerPhil Hughes <me@iamphill.com>2018-02-05 17:05:38 +0300
commitc5e59a97a4b35afe2644717595e8963274e37912 (patch)
tree0734fd7def1cabe200d8dd3a974cda6ef8bca23f /app/assets/javascripts/users
parent39fa83553c6a05ebc08adc2eff8f8d25d9cdd8ac (diff)
fixed typo :see_no_evil:
Diffstat (limited to 'app/assets/javascripts/users')
-rw-r--r--app/assets/javascripts/users/user_tabs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/users/user_tabs.js b/app/assets/javascripts/users/user_tabs.js
index 93eb4ee9524..e13b9839a20 100644
--- a/app/assets/javascripts/users/user_tabs.js
+++ b/app/assets/javascripts/users/user_tabs.js
@@ -171,7 +171,7 @@ export default class UserTabs {
// eslint-disable-next-line no-new
new ActivityCalendar('.js-contrib-calendar', data, calendarActivitiesPath, utcOffset);
})
- .catch(() => flash(__('There was ane error loaing users activity calendar.')));
+ .catch(() => flash(__('There was an error loading users activity calendar.')));
// eslint-disable-next-line no-new
new Activities();