Skip to content

Commit 307e41a

Browse files
committed
managed by app
1 parent 62f9906 commit 307e41a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/round/ActionBox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ModalDialog :id="modalId" :title="instructionTitle" :scrollable="true" :size-lg="modalSizeLg">
99
<template #body>
1010
<slot name="instruction"></slot>
11-
<p v-if="managedByApp" class="fst-italic" v-html="t('rules.action.managedByApp')"/>
11+
<p v-if="managedByApp" class="alert alert-secondary fst-italic" v-html="t('rules.action.managedByApp')"/>
1212
</template>
1313
</ModalDialog>
1414
</template>

src/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
},
112112
"plant": {
113113
"title": "Plant",
114-
"plant": "Lady Pei added the most expensive flower to her garden.",
115-
"reducePrice": "The price of that flower was reduced by 1."
114+
"plant": "Lady Pei adds the most expensive flower to her garden.",
115+
"reducePrice": "The price of that flower is reduced by 1."
116116
},
117117
"price": {
118118
"title": "Price",

0 commit comments

Comments
 (0)