Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 3b3c918

Browse files
committed
Merge pull request #583 from appirio-tech/hotfix/SUP-2665
Updated month to be current
2 parents af71c27 + 38050f0 commit 3b3c918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/community/members.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ctrl.notSearch = true;
1111
ctrl.showing = 'list';
1212
ctrl.domain = CONSTANTS.domain;
13-
ctrl.currentMonth = 'October 2015';
13+
ctrl.currentMonth = 'November 2015';
1414
ctrl.memberLeaderboard = [];
1515
ctrl.copilots = [];
1616
CommunityDataService.getMembersData()

0 commit comments

Comments
 (0)