You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'INVALID_IDEA_QUERY' => 'Invalid SQL query. Ideas failed to load.',
52
54
'INVALID_VOTE' => 'Invalid vote; the number you entered was invalid.',
@@ -88,6 +90,7 @@
88
90
'TICKET' => 'Ticket',
89
91
'TICKET_ERROR' => 'Ticket ID must be of the format “PHPBB-#####” or “PHPBB3-#####”.',
90
92
'TICKET_ERROR_DUP' => 'You must click on an idea title from the live search results. To delete the duplicate, clear the field and press ENTER. To exit this field press ESC.',
93
+
'TITLE' => 'Title',
91
94
'TOP' => 'Top',
92
95
'TOP_IDEAS' => 'Top Ideas',
93
96
'TOTAL_IDEAS' => [
@@ -108,6 +111,7 @@
108
111
109
112
'VIEW_IDEA' => 'View Idea',
110
113
'VIEW_IMPLEMENTED' => 'View all implemented ideas',
114
+
'VIEW_IN_PROGRESS' => 'View all in progress ideas',
0 commit comments