Skip to content

Commit 4a11936

Browse files
fix: copilot review
1 parent 698a376 commit 4a11936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Versions/Versions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function Versions({preparedVersions, nodes, versionsDataMap}: VersionsProps) {
135135
];
136136
return (
137137
<Select
138-
label={'Group by:'}
138+
label={i18n('group-by')}
139139
value={[groupByValue]}
140140
options={options}
141141
onUpdate={(values) => handleGroupByValueChange(values[0])}

0 commit comments

Comments
 (0)