Skip to content

Commit 047ff38

Browse files
committed
Fix wording
1 parent 9d4c583 commit 047ff38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Settings.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<label class="label">Device Color</label>
1010
<div class="control">
1111
<span class="device-color" v-for="(color, index) in colors" :key="index" v-bind:class="{ selected: color == settings.color }" v-bind:style="{ 'background-color': color }" @click="settings.color = color"></span>
12-
<p>Requires a reload for color change to take effect</p>
12+
<p>A reload is required for color change to take effect</p>
1313
</div>
1414
</div>
1515
<div class="field card card-content">

0 commit comments

Comments
 (0)