summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-02-05 14:05:38 +0000
committerPhil Hughes <me@iamphill.com>2018-02-05 14:05:38 +0000
commitc5e59a97a4b35afe2644717595e8963274e37912 (patch)
tree0734fd7def1cabe200d8dd3a974cda6ef8bca23f
parent39fa83553c6a05ebc08adc2eff8f8d25d9cdd8ac (diff)
downloadgitlab-ce-ph-axios-4.tar.gz
fixed typo :see_no_evil:ph-axios-4
-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();