diff options
author | Phil Hughes <me@iamphill.com> | 2018-02-05 14:05:38 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-02-05 14:05:38 +0000 |
commit | c5e59a97a4b35afe2644717595e8963274e37912 (patch) | |
tree | 0734fd7def1cabe200d8dd3a974cda6ef8bca23f /app | |
parent | 39fa83553c6a05ebc08adc2eff8f8d25d9cdd8ac (diff) | |
download | gitlab-ce-c5e59a97a4b35afe2644717595e8963274e37912.tar.gz |
fixed typo :see_no_evil:ph-axios-4
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/javascripts/users/user_tabs.js | 2 |
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(); |