Further rebrand

This commit is contained in:
Yukino Song
2024-08-05 04:36:44 +08:00
parent 06f20c5385
commit ef3dc6464c
70 changed files with 273 additions and 350 deletions

View File

@@ -62,15 +62,15 @@
<!-- Restart Apollo -->
<div class="card p-2 my-4">
<div class="card-body">
<h2 id="restart">{{ $t('troubleshooting.restart_sunshine') }}</h2>
<h2 id="restart">{{ $t('troubleshooting.restart_apollo') }}</h2>
<br>
<p>{{ $t('troubleshooting.restart_sunshine_desc') }}</p>
<p>{{ $t('troubleshooting.restart_apollo_desc') }}</p>
<div class="alert alert-success" v-if="restartPressed === true">
{{ $t('troubleshooting.restart_sunshine_success') }}
{{ $t('troubleshooting.restart_apollo_success') }}
</div>
<div>
<button class="btn btn-warning" :disabled="restartPressed" @click="restart">
{{ $t('troubleshooting.restart_sunshine') }}
{{ $t('troubleshooting.restart_apollo') }}
</button>
</div>
</div>