Lint + Tests

This commit is contained in:
Chewbacca 2023-04-17 10:11:03 -04:00
parent c5c5bd0d62
commit ddee915d39
2 changed files with 12 additions and 1 deletions

View file

@ -53,7 +53,7 @@ describe('useGroupsPath()', () => {
describe('when the user has groups', () => {
beforeEach(() => {
__stub((mock) => {
mock.onGet('/api/v1/groups?q=').reply(200, [
mock.onGet('/api/v1/groups').reply(200, [
buildGroup({
display_name: 'Group',
id: '1',

View file

@ -809,8 +809,19 @@
"group.tabs.all": "All",
"group.tabs.media": "Media",
"group.tabs.members": "Members",
"group.tabs.tags": "Topics",
"group.tags.empty": "There are no topics in this group yet.",
"group.tags.hidden.success": "Topic marked as hidden",
"group.tags.hide": "Hide topic",
"group.tags.hint": "Add up to 3 keywords that will serve as core topics of discussion in the group.",
"group.tags.label": "Tags",
"group.tags.pin": "Pin topic",
"group.tags.pin.success": "Pinned!",
"group.tags.show": "Show topic",
"group.tags.total": "Total Posts",
"group.tags.unpin": "Unpin topic",
"group.tags.unpin.success": "Unpinned!",
"group.tags.visible.success": "Topic marked as visible",
"group.update.success": "Group successfully saved",
"group.upload_banner": "Upload photo",
"groups.discover.popular.empty": "Unable to fetch popular groups at this time. Please check back later.",