Skip to content

Commit f9852f0

Browse files
committed
small arch change
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent cd6a2ea commit f9852f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/utils/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ export const cpuArchitectureUtilPlugin = {
543543
install (app) {
544544
app.config.globalProperties.$fetchCpuArchitectureTypes = function () {
545545
const architectures = [
546-
{ id: 'x86_64', name: 'AMD 64 bits (x86_64)' },
546+
{ id: 'x86_64', name: 'Intel/AMD 64 bits (x86_64)' },
547547
{ id: 'aarch64', name: 'ARM 64 bits (aarch64)' }
548548
]
549549
return architectures.map(item => ({ ...item, description: item.name }))

0 commit comments

Comments
 (0)