Webapp: Clarification of Worker Maintenance section #104229

Merged
Sybren A. Stüvel merged 6 commits from michael-2/flamenco:app_worker_maintenance_caption into main 2023-08-23 15:23:52 +02:00
Contributor
  • fix spelling of 'adviced' for 'advised'
  • fixed readability of sentence in error state.
- fix spelling of 'adviced' for 'advised' - fixed readability of sentence in error state.
MichaelC added 1 commit 2023-07-05 17:32:16 +02:00
Sybren A. Stüvel requested changes 2023-07-06 12:57:43 +02:00
Sybren A. Stüvel left a comment
Owner

This is the same PR as #104227.

This is the same PR as #104227.
@ -129,0 +122,4 @@
</template>
<template v-else>
<template v-if="workerData.status == 'error'">
in <span class="worker-status">error</span>

This would print "{name} is in error", but in #104227 it was suggested to show "{name} is in error state" in this case.

This would print "{name} is in error", but in #104227 it was suggested to show "{name} is in error state" in this case.
Author
Contributor

I kept going back and forth on including the word "state". I have updated this PR to include "{name} is in error state"

I kept going back and forth on including the word "state". I have updated this PR to include "{name} is in error state"
michael-2 marked this conversation as resolved
MichaelC added 2 commits 2023-07-13 23:28:13 +02:00
MichaelC requested review from Sybren A. Stüvel 2023-07-13 23:30:31 +02:00
Sybren A. Stüvel requested changes 2023-07-25 11:01:27 +02:00
@ -132,0 +125,4 @@
</template>
<template v-else>
<template v-if="workerData.status == 'error'">
in <span class="worker-status">error state.</span>

It is now going to show {{ name }} is error state., which means. Note the lack of "in" and the period-comma.

It is now going to show `{{ name }} is error state., which means`. Note the lack of "in" and the period-comma.
MichaelC added 2 commits 2023-08-05 04:59:17 +02:00
MichaelC added 1 commit 2023-08-05 05:01:49 +02:00
MichaelC requested review from Sybren A. Stüvel 2023-08-05 05:02:24 +02:00
Sybren A. Stüvel changed title from Flamenco Manager Console - Worker Maintenance section caption to Webapp: Clarification of Worker Maintenance section 2023-08-23 15:23:03 +02:00
Sybren A. Stüvel approved these changes 2023-08-23 15:23:37 +02:00
Sybren A. Stüvel left a comment
Owner

Thanks!

Thanks!
Sybren A. Stüvel merged commit 86cf30e44e into main 2023-08-23 15:23:52 +02:00
Sign in to join this conversation.
No description provided.