Commit 0d4b9658 authored by Dietmar Maurer's avatar Dietmar Maurer

s/Realtec/Realtek/

correct brand name
parent 65af8d01
......@@ -8,7 +8,7 @@ Ext.define('PVE.form.NetworkCardSelector', {
me.data = [
['e1000', 'Intel E1000'],
['virtio', 'VirtIO (' + gettext('paravirtualized') + ')'],
['rtl8139', 'Realtec RTL8139'],
['rtl8139', 'Realtek RTL8139'],
['vmxnet3', 'VMWare vmxnet3']
];
......
......@@ -8,7 +8,7 @@ Ext.define('PVE.form.NetworkCardSelector', {
me.data = [
['e1000', 'Intel E1000'],
['virtio', 'VirtIO (' + gettext('paravirtualized') + ')'],
['rtl8139', 'Realtec RTL8139'],
['rtl8139', 'Realtek RTL8139'],
['vmxnet3', 'VMWare vmxnet3']
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment