Skip to content

Commit 8a26c34

Browse files
committed
fix conflicts and rebased
1 parent 08efc93 commit 8a26c34

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)