Skip to content

Commit

Permalink
Replace CRC with OpenShift Local
Browse files Browse the repository at this point in the history
  • Loading branch information
jsliacan authored and anjannath committed Jun 28, 2022
1 parent 2439887 commit 9f8df17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on run {installerPath, adminPassword}
set installer to installerPath as POSIX file
set installerWindow to "Install CRC"
set installerWindow to "Install OpenShift Local"
tell application "Finder" to open installer
delay 1
tell application "System Events"
Expand Down
2 changes: 1 addition & 1 deletion test/extended/crc/ux/installer/installer_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
installerWindowTitle string = "CRC Setup"
installerWindowTitle string = "OpenShift Local Setup"

installerStartTime time.Duration = 20 * time.Second
elementClickTime time.Duration = 2 * time.Second
Expand Down
4 changes: 2 additions & 2 deletions test/extended/crc/ux/notification/notification_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ type gowinxHandler struct {
}

const (
startMessage string = "CRC Cluster has started"
startMessage string = "OpenShift Local Cluster has started"
stopMessage string = "Cluster stopped"
deleteMessage string = "Cluster deleted"

notificationGroupName string = "CRC"
notificationGroupName string = "OpenShift Local"
)

func NewNotification() Notification {
Expand Down
2 changes: 1 addition & 1 deletion test/extended/crc/ux/tray/tray_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type gowinxHandler struct {
const (
trayAssemblyName string = "crc-tray.exe"

notificationIcon string = "CRC"
notificationIcon string = "OpenShift Local"
contextMenu string = "menu"
loginMenu string = "loginMenu"

Expand Down

0 comments on commit 9f8df17

Please sign in to comment.