|
@ -1,11 +1,11 @@ |
|
|
export const VOTE_TAB = { |
|
|
export const VOTE_TAB = { |
|
|
id: 'vote-tab', |
|
|
id: 'vote-tab', |
|
|
intl_display_name_id: 'topic.poll.vote.tab.title', |
|
|
intl_display_name_id: 'topic.poll.tab.vote.title', |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
export const GRAPH_TAB = { |
|
|
export const GRAPH_TAB = { |
|
|
id: 'graph-tab', |
|
|
id: 'graph-tab', |
|
|
intl_display_name_id: 'topic.poll.graph.tab.title', |
|
|
intl_display_name_id: 'topic.poll.tab.graph.title', |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
const pollTabs = [ |
|
|
const pollTabs = [ |
|
|