Skip to content

Commit

Permalink
Update: 更新通知ダイヤログの文面を改良
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Nov 26, 2024
1 parent db279b7 commit 2086dea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Dialog/UpdateNotificationDialog/Presentation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<QDialog v-model="modelValueComputed">
<QCard class="q-py-sm q-px-md dialog-card">
<QCardSection>
<div class="text-h5">アップデートのお知らせ</div>
<div class="text-h5">アップデートがあります</div>
<div class="text-body2 text-grey q-mt-sm">
公式サイトから最新バージョンをダウンロードできます
公式サイトから AivisSpeech の最新バージョンをダウンロードできます
</div>
</QCardSection>

Expand Down Expand Up @@ -40,7 +40,7 @@
class="q-mt-sm"
@click="closeUpdateNotificationDialog()"
/>
<QBtn
<!-- <QBtn
padding="xs md"
label="このバージョンをスキップ"
unelevated
Expand All @@ -51,10 +51,10 @@
emit('skipThisVersionClick', props.latestVersion);
closeUpdateNotificationDialog();
"
/>
/> -->
<QBtn
padding="xs md"
label="公式サイトからダウンロード"
label="最新バージョンをダウンロード"
unelevated
color="primary"
textColor="display-on-primary"
Expand Down

0 comments on commit 2086dea

Please sign in to comment.