Skip to content

Commit

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

[ui-strings] Consistent language use applied across UI string

(cherry picked from commit f519a8f)

Co-authored-by: Alexandra Settle <asettle@suse.com>
Co-authored-by: Andy Lee <andy.lee@suse.com>
  • Loading branch information
3 people committed Sep 9, 2024
1 parent b56bdd4 commit 6efa13b
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 491 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 6efa13b

Please sign in to comment.