Skip to content

Commit

Permalink
Update src_assets/common/assets/web/troubleshooting.html
Browse files Browse the repository at this point in the history
Co-authored-by: ReenigneArcher <[email protected]>
  • Loading branch information
xanderfrangos and ReenigneArcher authored Apr 19, 2024
1 parent e30ccb4 commit f5a0916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/troubleshooting.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h2 id="unpair" class="text-center me-auto">{{ $t('troubleshooting.unpair_title'
<div class="me-2"><b>{{ $t('_common.success') }}</b> {{ $t('troubleshooting.unpair_single_success') }}</div>
<button class="btn btn-success ms-auto apply" @click="clickedApplyBanner">{{ $t('_common.dismiss') }}</button>
</div>
<div class="alert alert-danger mt-3" v-if="unpairAllStatus === true">
<div class="alert alert-success mt-3" v-if="unpairAllStatus === true">
{{ $t('troubleshooting.unpair_all_success') }}
</div>
<div class="alert alert-danger mt-3" v-if="unpairAllStatus === false">
Expand Down

0 comments on commit f5a0916

Please sign in to comment.