Skip to content

Commit

Permalink
[ui-strings] Consistent language use applied across UI strings (harve…
Browse files Browse the repository at this point in the history
…ster#1110)

[ui-strings] Consistent language use applied across UI string
  • Loading branch information
asettle authored and a110605 committed Sep 6, 2024
1 parent e659d18 commit 4b14c25
Show file tree
Hide file tree
Showing 4 changed files with 492 additions and 492 deletions.
2 changes: 1 addition & 1 deletion pkg/harvester/config/harvester-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const InterfaceOption = [{

export const SOURCE_TYPE = {
NEW: 'New',
IMAGE: 'VM Image',
IMAGE: 'Virtual Machine Image',
ATTACH_VOLUME: 'Existing Volume',
CONTAINER: 'Container'
};
Expand Down
4 changes: 2 additions & 2 deletions pkg/harvester/config/harvester.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ import {
import { IF_HAVE } from '@shell/store/type-map';

const TEMPLATE = HCI.VM_VERSION;
const MONITORING_GROUP = 'Monitoring & Logging::Monitoring';
const LOGGING_GROUP = 'Monitoring & Logging::Logging';
const MONITORING_GROUP = 'Monitoring and Logging::Monitoring';
const LOGGING_GROUP = 'Monitoring and Logging::Logging';

export const PRODUCT_NAME = 'harvester';

Expand Down
Loading

0 comments on commit 4b14c25

Please sign in to comment.