Rename the label for the status checkbox to make it less ambiguous

Signed-off-by: 's avatarMicheal Mand <micheal@kmdwebdesigns.com>
parent 6c771cf5
......@@ -54,7 +54,7 @@
<el-form-item :label="trans('pages.status')"
:class="{'el-form-item is-error': form.errors.has(locale + '.status') }">
<el-checkbox v-model="page[locale].status">{{ trans('pages.status') }}</el-checkbox>
<el-checkbox v-model="page[locale].status">{{ trans('pages.live') }}</el-checkbox>
<div class="el-form-item__error" v-if="form.errors.has(locale + '.status')"
v-text="form.errors.first(locale + '.status')"></div>
</el-form-item>
......
......@@ -20,6 +20,7 @@ return [
'is homepage' => 'Homepage ?',
'body' => 'Body',
'status' => 'Status',
'live' => 'Page Live on Website',
'pages were updated' => 'Pages were updated',
'back to index' => 'Go back to the pages index',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment