Skip to content

Commit 6629f9e

Browse files
committed
Fix title for Block Groups - use label
1 parent 864c5b7 commit 6629f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/bcc-login/src/components/group-selector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ const GroupSelector = ({ tags, options, label, groupsName, groupsValue, isSettin
289289
</div>
290290

291291
<Dialog
292-
header={__('Post Groups', 'bcc-login')}
292+
header={label}
293293
visible={visible}
294294
onHide={() => setVisible(false)}
295295
loading={true}

0 commit comments

Comments
 (0)