Skip to content

Commit

Permalink
Update emergency-measures.vue
Browse files Browse the repository at this point in the history
 - タイトルを変更
 - 文法ミスを訂正
  • Loading branch information
a01sa01to committed May 23, 2021
1 parent 83bdb8a commit 000b317
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/SideNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default Vue.extend({
},
{
iconPath: mdiBullhorn,
title: this.$t('「感染拡大市町村」の指定について'),
title: this.$t('「感染拡大市町村」について'),
link: this.localePath('/emergency-measures'),
divider: true,
},
Expand Down
10 changes: 5 additions & 5 deletions pages/emergency-measures.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="emergency-measures">
<page-header class="mb-3">
{{ $t('「感染拡大市町村」の指定について') }}
{{ $t('「感染拡大市町村」について') }}
</page-header>
<static-card>
<h3 class="mb-3">{{ $t('目次') }}</h3>
Expand Down Expand Up @@ -48,7 +48,7 @@
}}<br />
{{
$t(
'なお、5月17日付で、改めて茨城県は「まん延防止等重点措置」の適用を国に要請しました。'
'なお、5月17日付で、改めて茨城県は「まん延防止等重点措置」の適用を国に要請しましたが、適用は見送られました。'
)
}}
</p>
Expand Down Expand Up @@ -158,7 +158,7 @@
</li>
<li>
{{
$t('(例1)最大収容人数3,000人→収容率50%の1,500人(&lt; 5,000人)')
$t('(例1)最大収容人数3,000人→収容率50%の1,500人(5,000人以下)')
}}
</li>
<li>
Expand Down Expand Up @@ -301,7 +301,7 @@
<p>
{{
$t(
'要請期間すべてで、20時~翌5時の営業自粛に加え、酒類の提供を19時までにした全飲食店に対し、協力金を支給されます。'
'「感染拡大市町村」指定による要請期間すべてで、20時~翌5時の営業自粛に加え、酒類の提供を19時までにした全飲食店に対し、協力金が支給されます。'
)
}}
</p>
Expand Down Expand Up @@ -374,7 +374,7 @@ export default Vue.extend({
},
head(): MetaInfo {
return {
title: this.$t('「感染拡大市町村」の指定について') as string,
title: this.$t('「感染拡大市町村」について') as string,
}
},
})
Expand Down

0 comments on commit 000b317

Please sign in to comment.