Skip to content

Commit

Permalink
Finalising edits to the UI strings
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Settle <asettle@suse.com>
  • Loading branch information
asettle committed Aug 26, 2024
1 parent 7b94419 commit cc35eaa
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 160 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
4 changes: 2 additions & 2 deletions pkg/harvester/l10n/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ harvester:
backupTargetTip: The endpoint used to access the backupstore. NFS and S3 are supported.
message:
noSetting:
prefix: You must configure the backup target in
prefix: You must configure the backup target
middle: 'setting'
suffix: before creating a new backup.
errorTip:
Expand Down Expand Up @@ -1270,7 +1270,7 @@ harvester:
vGpuDevices: vGPU Devices
showMore: Show More
parentSriov: Filter By Parent SR-IOV GPU
noPermission: Please contac your system admiistrator to add Harvester add-ons first.
noPermission: Please contact your system admiistrator to add Harvester add-ons first.
goSetting:
prefix: The nvidia-driver-toolkit add-on is not enabled, click
middle: here
Expand Down
Loading

0 comments on commit cc35eaa

Please sign in to comment.