Skip to content

Commit

Permalink
not found -> not detected (google soft 404 fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffalon committed Jan 28, 2024
1 parent acb8c4b commit 697aaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const saveProfile = (newProfile: Profile) => {
<template>
<section v-if="!edgeHIDController" class="connect-controller-container">
<section class="connect-controller-content">
<h3 class="connect-controller-header">DualSense Edge controller not found!</h3>
<h3 class="connect-controller-header">DualSense Edge controller not detected!</h3>
<p class="connect-controller-text">Please (re)connect your controller.</p>
<button class="connect-controller-button" @click="getDevice">Connect controller</button>
</section>
Expand Down

0 comments on commit 697aaa0

Please sign in to comment.