From 45b9d4fcfb39abb9cb2f40e96fb36d68e9a78f6e Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 1 Apr 2021 22:00:10 -0700 Subject: [PATCH] CPU Usage -> Hardware usage --- web/utils/config-constants.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/utils/config-constants.tsx b/web/utils/config-constants.tsx index 782a4420e..f7746428c 100644 --- a/web/utils/config-constants.tsx +++ b/web/utils/config-constants.tsx @@ -249,7 +249,7 @@ export const VIDEO_NAME_DEFAULTS = { label: 'Name', maxLength: 12, placeholder: 'HD or Low', - tip: 'Human-readable name for for displaying in the quality selector.', + tip: 'Human-readable name for for displaying in the player.', }; export const VIDEO_BITRATE_SLIDER_MARKS = { @@ -268,11 +268,11 @@ export const ENCODER_PRESET_SLIDER_MARKS = { 5: 'highest', }; export const ENCODER_PRESET_TOOLTIPS = { - 1: 'Lowest CPU usage - lowest quality video', - 2: 'Low CPU usage - low quality video', - 3: 'Medium CPU usage - average quality video', - 4: 'High CPU usage - high quality video', - 5: 'Highest CPU usage - higher quality video', + 1: 'Lowest hardware usage - lowest quality video', + 2: 'Low hardware usage - low quality video', + 3: 'Medium hardware usage - average quality video', + 4: 'High hardware usage - high quality video', + 5: 'Highest hardware usage - higher quality video', }; export const DEFAULT_SOCIAL_HANDLE: SocialHandle = {