Update wording for worker maintenance guidance on Flamenco Manager Console #104227
@ -115,10 +115,10 @@
|
||||
|
||||
<section class="worker-maintenance">
|
||||
<h3 class="sub-title">Maintenance</h3>
|
||||
<p>{{ workerData.name }} is <span class="worker-status">{{ workerData.status }}</span>, which means
|
||||
<template v-if="workerData.status == 'offline'">can be safely removed.</template>
|
||||
<template v-else>removing it now can cause the Worker to log errors. It
|
||||
is adviced to shut down the Worker before removing it from the
|
||||
<p>{{ workerData.name }} is in <span class="worker-status">{{ workerData.status }}</span> state, which means
|
||||
|
||||
<template v-if="workerData.status == 'offline'">the Worker can be safely removed.</template>
|
||||
Sybren A. Stüvel
commented
Given that the subject of the sentence is already the worker, I think it's clear enough to replace Given that the subject of the sentence is already the worker, I think it's clear enough to replace `the worker` with `it`.
|
||||
<template v-else>removing it in this state can cause the Worker to log errors. It
|
||||
is advised to shut down the Worker before removing it from the
|
||||
system.</template>
|
||||
</p>
|
||||
<p><button @click="deleteWorker">Remove {{ workerData.name }}</button></p>
|
||||
|
Loading…
Reference in New Issue
Block a user
I agree with @fsiddi that
{name} is awake
is nicer than{name} is in awake state
. For theerror
state your improvement is certainly welcome.