Skip to content

Commit f37bb87

Browse files
authored
Changing clocking frequency label to Frequency (Hz) (#279)
1 parent 92c4996 commit f37bb87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/ModalWindows/ClockingModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function ClockingModal({
3838
{
3939
fieldType: FieldType.number,
4040
id: 'frequency',
41-
text: 'Frequency',
41+
text: 'Frequency (Hz)',
4242
value: defaultValue.frequency,
4343
},
4444
{

src/components/Tables/ClockingTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function ClockingTable({ device, update, notify }) {
2929
const sources = GetOptions('Source');
3030

3131
const mainTableHeader = [
32-
'', 'Action', 'En', 'Description', 'Source', 'Port/Signal name', 'Frequency', 'Clock Control', 'Fanout',
32+
'', 'Action', 'En', 'Description', 'Source', 'Port/Signal name', 'Frequency (Hz)', 'Clock Control', 'Fanout',
3333
'Block Power', 'Intc. Power', '%',
3434
];
3535

0 commit comments

Comments
 (0)