Commit c5e59a97 authored by Phil Hughes's avatar Phil Hughes

fixed typo 🙈

parent 39fa8355
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment