Skip to content

Commit dce2af2

Browse files
Merge pull request #8881 from jeffibm/rename-reconfigure-memory-label
Rename memory labels in reconfigure form
2 parents 08efc93 + 8a26c34 commit dce2af2

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

app/javascript/components/reconfigure-vm-form/reconfigure-form-fields.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const memoryTypeField = (memory) => ({
3131
component: componentTypes.SELECT,
3232
id: 'memoryType',
3333
name: 'mem_type',
34-
label: __('Memory Type'),
34+
label: __('Unit'),
3535
initialValue: 'GB',
3636
options: restructureOptions([__('GB'), __('MB')]),
3737
helperText: __(`Between ${memory.min}MB and ${memory.max / 1024}GB`),

0 commit comments

Comments
 (0)