Skip to content
Snippets Groups Projects
Unverified Commit c5e59a97 authored by Phil Hughes's avatar Phil Hughes
Browse files

fixed typo 🙈

parent 39fa8355
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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();
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment