Skip to content

Commit

Permalink
Changed 'Open GoXLR' back to 'GoXLR Utility' for consistency until th…
Browse files Browse the repository at this point in the history
…e name is changed
  • Loading branch information
FrostyCoolSlug committed Mar 27, 2023
1 parent 324e2a1 commit 9014521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Open GoXLR</title>
<title>GoXLR Utility</title>
</head>
<body>
<noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/components/sections/system/modals/ShutdownButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<template v-slot:title>Shutdown Actions</template>
<div v-if="isValid()">
<div style="padding-bottom: 15px">
These actions will be executed when Open GoXLR is safely shut down.
These actions will be executed when the GoXLR Utility is safely shut down.
</div>
<div>
<input type="checkbox" ref="saveProfile" id="saveProfile" :checked="isActive('SaveProfile')"
Expand Down

0 comments on commit 9014521

Please sign in to comment.